fix(frontend): layout viewport selector, credentials tab order, Attackers.css shared import

This commit is contained in:
2026-04-30 22:16:46 -04:00
parent eb34d0b1ea
commit 3cb0203d07
8 changed files with 55 additions and 34 deletions

View File

@@ -348,6 +348,6 @@
}
/* Dashboard fills the viewport without scrolling — panels scroll internally */
.content-viewport:has(> .dashboard) {
.content-viewport:has(> .dashboard > .dash-grid) {
overflow: hidden;
}