style(v2): hide player list scrollbar (still scrollable)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-04-12 23:38:08 +02:00
parent 85dce15d8b
commit 76baec33e7
5 changed files with 10 additions and 5 deletions

View file

@ -179,6 +179,11 @@
padding: 0;
flex: 1;
overflow-y: auto;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE/Edge */
}
.ml-player-list::-webkit-scrollbar {
display: none; /* Chrome/Safari */
}
.ml-player-row {