From 6db13446228ceacec8124a4ea43b6ba472446478 Mon Sep 17 00:00:00 2001 From: a2nr Date: Fri, 1 May 2026 11:24:41 +0700 Subject: [PATCH] feat: maximize workspace on mobile mode --- frontend/src/routes/lesson/[slug]/lesson.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/lesson/[slug]/lesson.css b/frontend/src/routes/lesson/[slug]/lesson.css index ff3f84f..7a726fc 100644 --- a/frontend/src/routes/lesson/[slug]/lesson.css +++ b/frontend/src/routes/lesson/[slug]/lesson.css @@ -229,8 +229,10 @@ height: 60vh; } .editor-area.mobile-full { - height: calc(100vh - 3rem); + height: 100vh; + top: 0; border-radius: 0; + max-height: none; } .mobile-sheet .editor-body { overscroll-behavior: contain;