Archiv-Ansicht im Such-Tab ausgeblendet: display:flex ueberstimmte das hidden-Attribut (:not([hidden]))
This commit is contained in:
+3
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user