diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-12 11:42:47 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-12 11:42:47 +0530 |
commit | 554a99c96d223eacc4bb6e10e3f6ad1712397f3a (patch) | |
tree | d5d0d5c984b38382723e6a3bd72d84d9b7ce89ca /src/styles/global.scss | |
parent | 379212ecb074eda65e9a07037bbbbcf3a3cc94e9 (diff) |
fixed transition only happening on hover in
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 { |