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

@@ -16,7 +16,11 @@
}
::-webkit-scrollbar {
width: 8px;
width: 8px;
}
::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, 0.0);
}
::-webkit-scrollbar-track {