Use thin instead of auto for scrollbar width

On Windows firefox auto setting is not handled properly. Scrollbar
flows on the sidebar elements. We use thin instead.

Signed-off-by: Gülşah Köse <gulsah.kose@collabora.com>
Change-Id: Ife27f461639e6b034ac9071624d628cd35709191
This commit is contained in:
Gülşah Köse 2023-01-10 17:06:10 +03:00 committed by pedropintosilva
parent 8891cc1091
commit 966e62adc7

View file

@ -234,7 +234,7 @@ nav.spreadsheet-color-indicator ~ #sidebar-dock-wrapper {
overflow-x: hidden;
overflow-y: auto;
z-index: 1200;
scrollbar-width: auto;
scrollbar-width: thin;
scrollbar-color: var(--color-border) transparent;
}