Skip to content

Commit

Permalink
Adjusted CSS for new editor
Browse files Browse the repository at this point in the history
  • Loading branch information
David Contreras committed Mar 5, 2024
1 parent c673c11 commit be4a803
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ main {

#editor {
flex: 1;
overflow: scroll;
overflow-y: scroll;
display: flex;
}

#editor > div{
flex:1
}

#output {
Expand Down

0 comments on commit be4a803

Please sign in to comment.