diff --git a/resources/themes/Night Mapping/style.qss b/resources/themes/Night Mapping/style.qss index 5fac6cf8c37d..818705d54499 100644 --- a/resources/themes/Night Mapping/style.qss +++ b/resources/themes/Night Mapping/style.qss @@ -322,6 +322,7 @@ QScrollBar:horizontal { QScrollBar::handle:horizontal { border: 1px solid @itemdarkbackground; background: @background; + min-width: 0.8em; } QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal, @@ -339,6 +340,7 @@ QScrollBar:vertical { QScrollBar::handle:vertical { border: 1px solid @itemdarkbackground; background: @background; + min-height: 0.8em; } QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical,