Archiv-Ansicht im Such-Tab ausgeblendet: display:flex ueberstimmte das hidden-Attribut (:not([hidden]))

This commit is contained in:
marcus.hinz
2026-07-26 22:47:12 +02:00
parent 9b509a2aae
commit 21107eee59
+3 -1
View File
@@ -312,7 +312,9 @@
}
/* Wiki-Ansicht: Ordner-Baum links, flache Inhaltsliste rechts. */
#wiki-content {
/* :not([hidden]): display:flex würde sonst das hidden-Attribut des
Tab-Wechsels überstimmen — der Baum stünde im Such-Tab weiter da. */
#wiki-content:not([hidden]) {
flex: 1;
min-height: 0;
overflow: hidden;