removed scrollbar (ugly on chrome, firefox way better)

This commit is contained in:
2024-07-09 10:23:59 +02:00
committed by Flo Greistorfer
parent 01cc770ff7
commit a47cec3997
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
* {
box-sizing: border-box;
-ms-overflow-style: none;
scrollbar-width: none;
}
*::-webkit-scrollbar {
display: none;
}
body {