I am trying to get it so the header component only shows up when the navbar component is collapsed, In the image below you can see that currently the header and navbar are both visible.
In the second image I tried using hidden=true on the header but the height of the header is still there. Is there any way I can get this to work.
I am new to mantine, and react in general, so sorry if this was a rough explanation!