Style scroll bar

This commit is contained in:
Beau Findlay
2024-04-26 16:11:44 +01:00
parent 58baa78e7a
commit f16c6ff839

View File

@@ -16,3 +16,16 @@
opacity: 1;
}
}
body::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-track {
background: white;
}
body::-webkit-scrollbar-thumb {
background-color: black;
border: 1px solid white;
}