diff options
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss index ef3d11d..3d077f6 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -17,9 +17,9 @@ ::-webkit-scrollbar { width: 1vw; } + * { scrollbar-width: 1vw; /* Firefox */ - transition: 0.3s; } body { |