fix(web/topologies): stop page from overflowing viewport (min-height off by topbar+padding)

This commit is contained in:
2026-04-22 18:07:09 -04:00
parent 53647d66b7
commit f3e366a2a3

View File

@@ -4,7 +4,7 @@
display: flex;
flex-direction: column;
gap: 24px;
min-height: calc(100vh - 80px);
min-height: calc(100vh - 128px);
}
.tlist-root .page-header { gap: 24px; }