styles : hide all boot scrollbars

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-02-06 20:44:04 +02:00
parent 20f3162f4a
commit 1c9a5809a2

View file

@ -6,6 +6,11 @@
-ms-overflow-style: none; -ms-overflow-style: none;
scrollbar-width: none; scrollbar-width: none;
& * {
-ms-overflow-style: none;
scrollbar-width: none;
}
#bootver { #bootver {
color: $boot_header_colour; color: $boot_header_colour;
margin-left: 1.12em; /* makes it that it aligns with 'boot' messages */ margin-left: 1.12em; /* makes it that it aligns with 'boot' messages */
@ -64,6 +69,7 @@
} }
} }
.boot::-webkit-scrollbar { .boot::-webkit-scrollbar,
.boot *::-webkit-scrollbar {
display: none; display: none;
} }