Skip to content

Commit

Permalink
Fix scrolling on site
Browse files Browse the repository at this point in the history
Closes GH-788.
Related-to: GH-768.

Co-authored-by: nnhjs <nnhungjs@gmail.com>
  • Loading branch information
wooorm and nnhjs committed Oct 26, 2023
1 parent 0d998de commit e67c840
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,8 @@ textarea,
max-width: 100%;
overflow: hidden;
margin: 8px;
height: 100%;
}

/* .editor textarea {
display: block;
min-height: 100vh;
width: 100%;
border: 0;
resize: none;
padding: calc(1em + 1ex);
background-color: var(--color-canvas-back);
color: var(--color-fg);
} */
.write,
.draw {
font-size: 14px;
Expand Down

0 comments on commit e67c840

Please sign in to comment.