Initial commit — multi-tenant filtering, port constraints, chart bbox

This commit is contained in:
2026-05-04 22:41:09 -04:00
parent c3b07be67e
commit fcf1d2787a
1102 changed files with 7353 additions and 1166 deletions
+10
View File
@@ -1122,6 +1122,16 @@ html.night .ol-zoom button {
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--border-light); border-radius: 2px; }
/* ── App container — fills remaining viewport after body flex layout ──────── */
#app {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
overflow: hidden;
}
#app.hidden { display: none; }
/* ── Login Screen ────────────────────────────────────────────────────────── */
#login-screen {
position: fixed; inset: 0;