Scroll scrollbar styling to select component
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle
2025-06-21 14:16:00 +03:00
parent 51154de954
commit 02f705b45f

View File

@@ -64,6 +64,9 @@
.listBox {
overflow: auto;
flex: 1;
scrollbar-color: rgb(83 65 91) rgba(83 65 91 / 0.3);
scrollbar-width: thin;
scrollbar-gutter: stable;
}
.item {