fix scrolling issue for firefox, add teporary fix for safari

This commit is contained in:
catarak 2016-08-04 20:51:58 -04:00
parent b542f72d33
commit 013b97d96d
1 changed files with 5 additions and 0 deletions

View File

@ -16,10 +16,15 @@
max-width: 45%;
height: 100%;
position: relative;
// temporary fix for safari
min-height: 75vh;
}
.editor-holder {
height: 100%;
width: 100%;
position: absolute;
}
.preview-frame {