Change height to max-height
This commit is contained in:
parent
e5956687c9
commit
3b05082c9e
|
@ -1,6 +1,6 @@
|
||||||
html {
|
html {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 600px;
|
max-height: 600px;
|
||||||
//Fixes scrollbar margin issue by putting it underneath the srollbar
|
//Fixes scrollbar margin issue by putting it underneath the srollbar
|
||||||
//See https://bugs.chromium.org/p/chromium/issues/detail?id=821143
|
//See https://bugs.chromium.org/p/chromium/issues/detail?id=821143
|
||||||
overflow: overlay;
|
overflow: overlay;
|
||||||
|
|
Loading…
Reference in a new issue