diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-10 08:03:19 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-10 08:03:19 +0530 |
commit | 33c10cfa027d769c1d02a54bad766f431b1196ee (patch) | |
tree | bb487bcecf9944250c5a94267295ec917e087529 /src/styles | |
parent | 86e800430360ac3af422faf1f6f7317aea9b1a19 (diff) |
added sgst, cgst, igst support instead of GST as a whole
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 { |