style(v2): hide sidebar scrollbar between player column and map
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1a7300df37
commit
27caa21a56
26 changed files with 134 additions and 16 deletions
|
|
@ -23,7 +23,10 @@
|
|||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
padding: 12px 14px;
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
}
|
||||
.ml-sidebar::-webkit-scrollbar { display: none; }
|
||||
|
||||
.ml-sidebar-header {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue