Set scroll corners background

This commit is contained in:
Thomas Nordquist
2019-01-13 02:27:05 +01:00
parent 5cf5029530
commit c40949f38d

View File

@@ -19,6 +19,10 @@
width: 8px;
}
::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, 0.0);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(30,30,30,0.3);
}