From 3b05082c9eb97d754d43cd93c3f2d18511d1952c Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Thu, 28 Jun 2018 23:11:46 -0400 Subject: [PATCH] Change height to max-height --- src/scss/browser-action.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/browser-action.scss b/src/scss/browser-action.scss index 1734bb8..94102c1 100644 --- a/src/scss/browser-action.scss +++ b/src/scss/browser-action.scss @@ -1,6 +1,6 @@ html { width: 400px; - height: 600px; + max-height: 600px; //Fixes scrollbar margin issue by putting it underneath the srollbar //See https://bugs.chromium.org/p/chromium/issues/detail?id=821143 overflow: overlay;