From 33c10cfa027d769c1d02a54bad766f431b1196ee Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Thu, 10 Jun 2021 08:03:19 +0530 Subject: added sgst, cgst, igst support instead of GST as a whole --- src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/global.scss') 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 { -- cgit v1.2.3