From 8508f1341a324cac1e8a4e6b2bd76ce3c43f73c7 Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Wed, 7 Jan 2026 16:30:26 +0100 Subject: [PATCH] Hide the content of the header instead the header itself ... it has the top inset that prevents being under the navigation bar --- app/assets/stylesheets/native.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/native.css b/app/assets/stylesheets/native.css index 98622d74a..2f75cfd7d 100644 --- a/app/assets/stylesheets/native.css +++ b/app/assets/stylesheets/native.css @@ -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 {