fix: isolate Neovim panel scrolling
This commit is contained in:
@@ -292,6 +292,7 @@
|
||||
max-height: none;
|
||||
min-height: 240px;
|
||||
overflow: auto;
|
||||
overscroll-behavior: contain;
|
||||
background: var(--desk, #eee);
|
||||
outline: none;
|
||||
scrollbar-color: #58666d #171d20;
|
||||
@@ -335,6 +336,7 @@
|
||||
left: 1mm;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
overscroll-behavior: contain;
|
||||
background: transparent;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #829097 #fff;
|
||||
|
||||
Reference in New Issue
Block a user