diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-07 09:32:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 09:32:14 -0700 |
commit | 2963fb4c6dec398a0c39c35e717e175de986622f (patch) | |
tree | e9c24733fd00fd75a40d2bd24eaf58efddd14a46 /web | |
parent | 138e6d9b9769e33cfe75f9c8dd697d65e7037fb2 (diff) | |
download | voidsky-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.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 { |