From c0aa82241b8c15048df7069e94470ee58be863fe Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Thu, 28 Aug 2025 12:26:13 +0200 Subject: [PATCH] Fix static scrolling --- src/yasi_applets/main/static/system-installer-dark.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/yasi_applets/main/static/system-installer-dark.css b/src/yasi_applets/main/static/system-installer-dark.css index 576599a..054cc0a 100644 --- a/src/yasi_applets/main/static/system-installer-dark.css +++ b/src/yasi_applets/main/static/system-installer-dark.css @@ -29,11 +29,17 @@ html, body {margin: 0; height: 100%; overflow: hidden;} color: yellow; } +.applet::-webkit-scrollbar { + display: none; +} + + .applet { width: 100%; height: 442px; overflow-y: scroll; overflow-x: hidden; + overflow: -moz-scrollbars-none; } .radio:hover {