diff --git a/app/components/elements/Select.module.css b/app/components/elements/Select.module.css index 91e768647..f8ac663e4 100644 --- a/app/components/elements/Select.module.css +++ b/app/components/elements/Select.module.css @@ -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 {