flex fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user