hide the weird gap in Chrome 66+, see https://crbug.com/821143

This commit is contained in:
tophf 2018-03-13 00:14:59 +03:00
parent 34799263eb
commit 5c04e1100d

View File

@ -8,6 +8,12 @@
--outer-padding: 9px; --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 { html, body {
height: min-content; height: min-content;
max-height: 600px; max-height: 600px;