fix overflow issues causing some inconsistencies in alignments

This commit is contained in:
Robin Scholtes 2023-04-17 11:24:56 +12:00
parent bd10dcafb9
commit 4a7008e5f6
3 changed files with 5 additions and 7 deletions

View file

@ -45,13 +45,13 @@ body {
#recipe {
height: 15vh;
overflow-y: scroll;
overflow-y: auto;
}
#input .cm-scroller,
#output .cm-scroller {
height: 20vh;
overflow-y: scroll;
overflow-y: auto;
}
#recipe .title,