about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-09-07 09:32:14 -0700
committerGitHub <noreply@github.com>2023-09-07 09:32:14 -0700
commit2963fb4c6dec398a0c39c35e717e175de986622f (patch)
treee9c24733fd00fd75a40d2bd24eaf58efddd14a46 /web
parent138e6d9b9769e33cfe75f9c8dd697d65e7037fb2 (diff)
downloadvoidsky-2963fb4c6dec398a0c39c35e717e175de986622f.tar.zst
Fix scrollbar gutters on web (#1401)
* Fix scrollbar gutters on web

* Fix typecheck
Diffstat (limited to 'web')
-rw-r--r--web/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index e8f4eb47e..1a9d63b83 100644
--- a/web/index.html
+++ b/web/index.html
@@ -95,6 +95,9 @@
       *[data-word-wrap] {
         word-break: break-word;
       }
+      *[data-stable-gutters] {
+        scrollbar-gutter: stable both-edges;
+      }
 
       /* ProseMirror */
       .ProseMirror {