diff --git a/popup/popup.css b/popup/popup.css index 01fbf42d..fda61a80 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -8,6 +8,12 @@ --outer-padding: 9px; } +html { + /* Chrome 66-?? adds a gap equal to the scrollbar width, + which looks like a bug, see https://crbug.com/821143 */ + overflow: overlay; +} + html, body { height: min-content; max-height: 600px;