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:
Erik 2026-04-14 13:58:09 +02:00
parent 1a7300df37
commit 27caa21a56
26 changed files with 134 additions and 16 deletions

View file

@ -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;