fix: isolate Neovim panel scrolling

This commit is contained in:
user
2026-07-17 10:36:30 +02:00
parent 0816f27053
commit 71949fae8d
2 changed files with 13 additions and 1 deletions
+2
View File
@@ -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;