about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
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 {