diff --git a/src/static_src/scss/_applets.scss b/src/static_src/scss/_applets.scss index 3a8ab00..89a3e80 100644 --- a/src/static_src/scss/_applets.scss +++ b/src/static_src/scss/_applets.scss @@ -179,6 +179,14 @@ overflow: hidden; min-width: 0; + // Hide any inner scrollbars (e.g. My Sky applet's #id_applet_sky_form_wrap) + // so they obey the same scrollbar-less treatment as the page apertures + // (gameboard / billboard / dashboard apertures already use this same pair + // — keeps the dark theme consistent w.o. the OS-default white track bleeding + // through inside an applet). + *::-webkit-scrollbar { display: none; } + * { scrollbar-width: none; } + > h2 { position: absolute; top: 0;