Hide the content of the header instead the header itself

... it has the top inset that prevents being under the navigation bar
This commit is contained in:
Adrien Maston
2026-01-07 16:30:26 +01:00
parent 5891345916
commit 8508f1341a
+6 -1
View File
@@ -13,7 +13,12 @@
:not(:has(.header__title, .header__actions)),
:not(:has(.header__title, .header__actions--end)):has(.header__actions--start .btn--back:only-child)
) {
display: none;
block-size: var(--custom-safe-inset-top);
padding: unset;
* {
display: none;
}
}
.header__actions {