fix scrolling issue for firefox, add teporary fix for safari
This commit is contained in:
parent
b542f72d33
commit
013b97d96d
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue