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);