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:
parent
8891cc1091
commit
966e62adc7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue