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 {
width: 100%;
height: 40px;
height: 50px;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
padding-top: 10px;
padding-bottom: 10px;
background: #fff;
border: 0;
position: fixed;

Loading…
Cancel
Save