Initial commit — multi-tenant filtering, port constraints, chart bbox
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user