From a2ec388e8d0114ba49f291da5c407212d1849d8e Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Fri, 7 Feb 2020 16:21:43 +0100 Subject: [PATCH] fix scroll thumb size --- res/include/style/layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/include/style/layout.css b/res/include/style/layout.css index 2299abc..daa0112 100644 --- a/res/include/style/layout.css +++ b/res/include/style/layout.css @@ -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);