2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-31 22:04:29 -06:00

Fix toolbar height bug in fullscreen

This commit is contained in:
Wes Cossick 2015-09-05 14:13:34 -05:00
parent b4dc058bc0
commit 4213ec606a
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -66,11 +66,12 @@
.editor-toolbar.fullscreen { .editor-toolbar.fullscreen {
width: 100%; width: 100%;
height: 40px; height: 50px;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
white-space: nowrap; white-space: nowrap;
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px;
background: #fff; background: #fff;
border: 0; border: 0;
position: fixed; position: fixed;