fix: editor content being hidden under keyboard on mobile (#1410)
This commit is contained in:
@@ -9,6 +9,7 @@ $heading-height: 75px;
|
||||
.section.editor {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
overflow-y: hidden;
|
||||
background-color: var(--editor-background-color);
|
||||
color: var(--editor-foreground-color);
|
||||
@@ -95,8 +96,6 @@ $heading-height: 75px;
|
||||
.editor-content,
|
||||
#editor-content {
|
||||
flex: 1;
|
||||
overflow-y: hidden;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
tab-size: 2;
|
||||
background-color: var(--editor-pane-background-color);
|
||||
|
||||
Reference in New Issue
Block a user