This commit is contained in:
Adrian Hopek
2022-01-26 10:56:25 +01:00
parent 026bfe485f
commit f3559930c2
28 changed files with 1015 additions and 31 deletions

View File

@@ -47,3 +47,24 @@
-webkit-box-shadow: -5px 0 0 #527ABA, 5px 0 0 #527ABA;
box-shadow: -5px 0 0 #527ABA, 5px 0 0 #527ABA;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
border-radius: 100vh;
background: transparent;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
background: #dadce0;
border: 4px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
background: #dadce0;
}