Currently, with <ion-header></ion-header><ion-content></ion-content>
, the header is fixed at the top of the page, and the scrollbar is inside ion-content
.
How to stop having the header fixed and having the scrollbar on the full page?
Currently, with <ion-header></ion-header><ion-content></ion-content>
, the header is fixed at the top of the page, and the scrollbar is inside ion-content
.
How to stop having the header fixed and having the scrollbar on the full page?
What happens if you have no <ion-header>
at all?
I think that is the right direction. However, some styling might specific to the <ion-header>
and not included in the <ion-toolbar>
. As such, you might need to extract that information and manually add it to your toolbar.
Thank you for your answer!
I tried to remove the ion-header but keep the ion-toolbar inside but I still get the same issue…