styles : make boot messages hide scrollbars on wk

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-02-06 20:38:54 +02:00
parent be13bd4fb9
commit 20f3162f4a
2 changed files with 14 additions and 0 deletions

View file

@ -54,5 +54,13 @@
"legacy.blog.ari-web.xyz": 9.1,
"ari-web.xyz": 6.1
}
},
"2023-02-06": {
"total": 82.0,
"top": {
"blog.ari-web.xyz": 49.1,
"legacy.blog.ari-web.xyz": 15.4,
"ari-web.xyz": 7.3
}
}
}

View file

@ -3,6 +3,8 @@
.boot {
margin: 1em 0em 1em 1em;
font-size: 1.5em;
-ms-overflow-style: none;
scrollbar-width: none;
#bootver {
color: $boot_header_colour;
@ -61,3 +63,7 @@
word-break: break-all;
}
}
.boot::-webkit-scrollbar {
display: none;
}