From 02f705b45f8ee112f560bf9bfd226c4393c25d3d Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:16:00 +0300 Subject: [PATCH] Scroll scrollbar styling to select component --- app/components/elements/Select.module.css | 3 +++ 1 file changed, 3 insertions(+) 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 {