diff options
Diffstat (limited to 'static/css/pages/lesson.css')
-rw-r--r-- | static/css/pages/lesson.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/pages/lesson.css b/static/css/pages/lesson.css index dbf5cfe..a8338b3 100644 --- a/static/css/pages/lesson.css +++ b/static/css/pages/lesson.css @@ -30,11 +30,13 @@ position: relative; overflow: clip; flex-grow: 1; + min-height: 50%; } #output { min-height: 1rem; background: var(--color-background-dim); + overflow: auto; } #output>* { @@ -70,7 +72,6 @@ #output { height: 33%; - overflow: auto; border-top: 1px solid var(--color-accent-muted); } } @@ -130,4 +131,4 @@ display: flex; flex-direction: column; justify-content: space-between; -}
\ No newline at end of file +} |