Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bit-turtle authored Oct 31, 2024
1 parent d766589 commit b021068
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scratch.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<style>
body {
background-color: lightblue;
display: flex;
flex-flow: column;
}

#toolbar {
Expand Down Expand Up @@ -53,7 +55,8 @@
}

#editor {

overflow-y: auto;
flex: 1;
}
</style>
</head>
Expand Down

0 comments on commit b021068

Please sign in to comment.