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;