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 {