konstaui / konsta

Mobile UI components made with Tailwind CSS
https://konstaui.com
MIT License
3.3k stars 119 forks source link

Whitespace when using svelte's if to show/hide the subnavbar #145

Closed kimonneuhoff closed 10 months ago

kimonneuhoff commented 12 months ago

Hello!

Unfortunately with the subnavbar there will be whitespace where otherwise the content would be. Is there anything I can do about that?

This is my code: ` {#if selectedPage == 0}

Button Button {/if} ` _Originally posted by @kimonneuhoff in https://github.com/konstaui/konsta/issues/89#issuecomment-1555988717_
github-actions[bot] commented 10 months ago

Hello @kimonneuhoff. Please provide a online reproduction by Stack Blitz or a minimal GitHub repository. You can fork this Stack Blitz to get start. Issues labeled by missing demo will be closed if no activities in 3 days.