From 9c99bcc1044f780166f5fb09c794a6016216cedc Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Mon, 12 Jun 2023 11:41:42 +0530 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20fix(slide-in):=20unnecessary?= =?UTF-8?q?=20scrollbar=20appears=20in=20slidein.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/scss/hustle-slidein.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/scss/hustle-slidein.scss b/library/scss/hustle-slidein.scss index abd00afd..2633e540 100644 --- a/library/scss/hustle-slidein.scss +++ b/library/scss/hustle-slidein.scss @@ -165,7 +165,7 @@ } .hustle-main-wrapper { - overflow-y: scroll; + overflow-y: auto; } } From ebd6eb6503e04b2537a6b4ae0eeac61d56c760f8 Mon Sep 17 00:00:00 2001 From: Pawan Kumar Date: Mon, 12 Jun 2023 15:55:11 +0530 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=A8=20new(global):=20removed=20outlin?= =?UTF-8?q?e=20from=20dialogs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/scss/opt-ins/_module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/library/scss/opt-ins/_module.scss b/library/scss/opt-ins/_module.scss index 4cd8d547..09be7a53 100644 --- a/library/scss/opt-ins/_module.scss +++ b/library/scss/opt-ins/_module.scss @@ -10,6 +10,7 @@ } .hustle-layout { + outline: none; .hustle-main-wrapper { position: relative;