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

@@ -5,6 +5,12 @@
height: 100%;
}
/* Detail/scroll pages: grow with content instead of locking to viewport */
.dashboard.page-scroll {
height: auto;
min-height: 0;
}
/* Page header */
.page-header {
display: flex;
@@ -275,6 +281,7 @@
flex: 1;
overflow-y: auto;
min-height: 0;
max-height: none;
}
.dash-side {