Skip to content

Commit 509bd2d

Browse files
authored
Change editor overflow from scroll to hidden
1 parent d1cb0fd commit 509bd2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ main {
3434

3535
#editor {
3636
flex: 1;
37-
overflow-y: scroll;
37+
overflow: hidden;
3838
display: flex;
3939
}
4040

@@ -60,4 +60,4 @@ article.markdown-body>.highligted {
6060
.markdown-body {
6161
padding: 15px;
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)