💄 Change scrollbar behaviour
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user