Custom scrollbar on chrome because I like it

This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-23 16:11:00 +02:00
parent b674036667
commit fc55de818c

View File

@@ -10,6 +10,27 @@
/* GLOBAL STYLES */
::-webkit-scrollbar-track
{
background-color: lightgrey;
border-radius:0px;
}
::-webkit-scrollbar
{
width: 4px;
background-color: lightgrey;
border-radius:0px;
}
::-webkit-scrollbar-thumb
{
background-color: #3E3E3E;
border-radius:0px;
}
body {
display: flex;
min-height: 100vh;