From 514210e16761feb9e8e666aa0a75af579707654d Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sat, 30 Apr 2022 19:53:23 +0530 Subject: [PATCH] fix: proper scrollbar width - resolved #2301 --- packages/hoppscotch-app/assets/scss/styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index cfd656e5f..6bf32b093 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -54,7 +54,6 @@ textarea { html { scroll-behavior: smooth; - scrollbar-gutter: stable; } body {