Fix bug where toolbar height would leave gap

pull/59/head
Wes Cossick 9 years ago
parent 438b3ef531
commit 10ee1e70b5

@ -59,6 +59,7 @@
.editor-toolbar.fullscreen {
width: 100%;
min-height: 50px;
background: #fff;
border: 0;
position: fixed;

Loading…
Cancel
Save