style(v2): hide scrollbar on dashboard main area

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-04-14 13:56:25 +02:00
parent 666af817a2
commit 1a7300df37
26 changed files with 135 additions and 16 deletions

View file

@ -75,7 +75,11 @@ body {
max-width: 1600px;
margin: 0 auto;
width: 100%;
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.dashboard-main::-webkit-scrollbar { display: none; }
/* ── Global Stats Bar ─────────────────────────────────── */
.global-stats {