hide the weird gap in Chrome 66+, see https://crbug.com/821143
This commit is contained in:
parent
34799263eb
commit
5c04e1100d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user