💄 Change scrollbar behaviour

This commit is contained in:
2022-08-22 12:25:15 +02:00
parent 09366401a3
commit f17f720f58
6 changed files with 23 additions and 6 deletions

View File

@@ -43,3 +43,18 @@
font-weight: 200;
src: url(/fonts/SourceSansPro-ExtraLight.ttf) format("truetype");
}
body {
overflow: hidden;
}
::-webkit-scrollbar {
width: 4px;
}
::-webkit-scrollbar-thumb {
background: #00000000;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: #616060;
}