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:
parent
85dce15d8b
commit
76baec33e7
5 changed files with 10 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue