change iframe height to min height

This commit is contained in:
catarak 2016-07-25 21:36:32 -04:00
parent a6a98f1a0c
commit ac9de85928
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
.preview-frame { .preview-frame {
flex: 1 0 0px; flex: 1 0 0px;
height: 100%; min-height: 100%;
} }
.toolbar { .toolbar {