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 { .editorFullScreen {
max-height: calc(100% - 100px) !important; max-height: calc(100% - 70px) !important;
margin-bottom: 0; margin-bottom: 0;
overflow: auto; overflow: auto;
} }

View File

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

View File

@ -113,4 +113,4 @@
"webpack-hot-middleware": "^2.18.2", "webpack-hot-middleware": "^2.18.2",
"whatwg-fetch": "^2.0.3" "whatwg-fetch": "^2.0.3"
} }
} }