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