fixed log boxes

This commit is contained in:
Olivier Gagnon
2021-10-01 22:31:58 -04:00
parent 447731c5f3
commit 665d25650a
5 changed files with 18 additions and 12 deletions
+3 -1
View File
@@ -39,11 +39,13 @@
<style>
body {
background-color: black;
}
* {
-ms-overflow-style: none; /* for Internet Explorer, Edge */
scrollbar-width: none; /* for Firefox */
}
body::-webkit-scrollbar {
*::-webkit-scrollbar {
display: none; /* for Chrome, Safari, and Opera */
}
</style>