Fix bug where toolbar height would leave gap

This commit is contained in:
Wes Cossick 2015-08-17 15:53:35 -05:00
parent 438b3ef531
commit 10ee1e70b5

View File

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