style.css: remove custom scrollbar

saw some essay about why it's a bad idea so ¯\_(ツ)_/¯
for posterity:
https://ericwbailey.website/published/dont-use-custom-css-scrollbars/
This commit is contained in:
dogeystamp 2023-06-12 19:54:38 -04:00
parent f06869c69a
commit 73bab7d375
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -36,19 +36,6 @@ body {
font-size: 110%;
}
::-webkit-scrollbar {
width: 1vmin;
height: 1vmin;
}
::-webkit-scrollbar-track {
background-color: #050505;
}
::-webkit-scrollbar-thumb {
background-color: #151515;
}
.header {
margin-top: 5%;
}