fix image preview to show correct canvas size when editor is scaled down vertically (#82027)

See issue #81878
This commit is contained in:
U-ways 2019-10-07 22:48:49 +01:00 committed by Matt Bierner
parent 2719c1ddc0
commit 095358e3b2

View file

@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/
html, body {
width: 100%;
height: 100%;
max-height: 100%;
text-align: center;
}