diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 3 |
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 { |