This commit is contained in:
Felix Roos 2023-05-05 12:00:13 +02:00
parent d35bf9591c
commit a6f57bced8

View File

@ -15,7 +15,7 @@ main {
flex-grow: 1; flex-grow: 1;
max-height: 100%; max-height: 100%;
position: relative; position: relative;
overflow:auto; overflow: auto;
} }
#editor { #editor {