Change height to max-height

This commit is contained in:
Nick Krichevsky 2018-06-28 23:11:46 -04:00
parent e5956687c9
commit 3b05082c9e

View file

@ -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;