fix: sfm_webapp.html remove display: flex from base class, now shows active tab
This commit is contained in:
+1
-1
@@ -450,7 +450,7 @@
|
||||
}
|
||||
|
||||
/* ── 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-toolbar {
|
||||
|
||||
Reference in New Issue
Block a user