fix scroll thumb size

This commit is contained in:
Wim Brand
2020-02-07 16:21:43 +01:00
parent 4374981ab4
commit a2ec388e8d

View File

@@ -488,6 +488,8 @@ input[type=file]{
background-color: var(--scrollbar_foreground_color);
border-radius: 10px;
border: 5px solid var(--scrollbar_background_color);
height: 40px;
width: 40px;
}
::-webkit-scrollbar-thumb:hover {
background-color: var(--scrollbar_hover_color);