From 7715b7cdddbd635e2edf2ac0faa8ccf09b866025 Mon Sep 17 00:00:00 2001 From: thorhj Date: Wed, 22 May 2024 09:12:51 +0200 Subject: fix hidden code editor --- static/css/pages/lesson.css | 5 +++-- 1 file 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 +} -- cgit v1.2.3