mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
styles : hide all boot scrollbars
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
20f3162f4a
commit
1c9a5809a2
1 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,11 @@
|
|||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
|
||||
& * {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
#bootver {
|
||||
color: $boot_header_colour;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue