Fix toolbar height bug in fullscreen

pull/92/head
Wes Cossick 9 years ago
parent b4dc058bc0
commit 4213ec606a

File diff suppressed because one or more lines are too long

@ -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;

Loading…
Cancel
Save