This commit is contained in:
Mo Bitar
2017-02-16 16:04:55 -06:00
parent ba1d077d63
commit b961a0936f

View File

@@ -94,8 +94,9 @@ $heading-height: 75px;
.editor-content { .editor-content {
flex: 1; flex: 1;
z-index: 10; z-index: 10;
overflow-y: hidden;
height: 100%;
background-color: white; background-color: white;
overflow-y: hidden;;
&.fullscreen { &.fullscreen {
padding-top: 0px; padding-top: 0px;
@@ -113,6 +114,7 @@ $heading-height: 75px;
overflow-y: scroll; overflow-y: scroll;
height: 100%; height: 100%;
width: 100%; width: 100%;
border: none; border: none;
outline: none; outline: none;
padding: 15px; padding: 15px;