From a3a991b3ef915f1662e711ba55a17f47530960e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Mon, 7 Apr 2025 17:02:22 +0200 Subject: [PATCH] Some lame CSS... --- assets/styles/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/styles/app.css b/assets/styles/app.css index 1b0acff..9592c6f 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -5,12 +5,15 @@ min-height: 93vh; margin-left: 20vw; overflow: hidden; + margin-bottom: 0; } #ui { position: absolute; top: 3.5rem; max-width: 20vw; + max-height: 90vh; z-index: 5; + overflow-y: auto; } /* Clipper-related styles */