Show scrollbar on selects

partially fixes #3584
This commit is contained in:
Robbie Davis 2025-03-14 14:36:13 -04:00
parent 1548d32ea2
commit 7ec1d2a53b

View file

@ -93,10 +93,6 @@ app-root {
scrollbar-color: rgba(255,255,255,0.3);
}
::-webkit-scrollbar {
width: 10px !important;
}
::-webkit-scrollbar-thumb {
background-clip: padding-box;
border: 3px solid transparent;