diff options
Diffstat (limited to 'src/styles')
-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 9bf0904..54cbddc 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -18,7 +18,7 @@ width: 1vw; } * { - scrollbar-width: 0.1vw; /* Firefox */ + scrollbar-width: 1vw; /* Firefox */ } html, body { |