Fix fullscreen preview

This commit is contained in:
soupette 2018-04-02 11:34:37 +02:00
parent 7d718c9627
commit ee26d8fcd8
3 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ h1+.editorParagraph{
}
.editorFullScreen {
max-height: calc(100% - 100px) !important;
max-height: calc(100% - 70px) !important;
margin-bottom: 0;
overflow: auto;
}

View File

@ -115,7 +115,7 @@
}
.editorFullScreen {
max-height: calc(100% - 100px) !important;
max-height: calc(100% - 70px) !important;
margin-bottom: 0;
overflow: auto;
}