fix: sfm_webapp.html remove display: flex from base class, now shows active tab

This commit is contained in:
2026-04-13 22:40:40 -04:00
committed by serversdown
parent 2b5574511e
commit 72a4209cfd
+1 -1
View File
@@ -450,7 +450,7 @@
} }
/* ── DB tabs (History / Units / Monitor Log / Sessions) ── */ /* ── DB tabs (History / Units / Monitor Log / Sessions) ── */
.db-tab-pane { padding: 0; display: flex; flex-direction: column; overflow: hidden; } .db-tab-pane { padding: 0; flex-direction: column; overflow: hidden; }
.db-tab-pane.active { display: flex; } .db-tab-pane.active { display: flex; }
.db-toolbar { .db-toolbar {