[SOLVED] Android , Tab component in Sheet, there is a bug

I think that the toolbar component should be the first child inside the page. So I think you could move the sheet element below the toolbar.

1 Like

You need to specify toolbar position with top property:

<f7-toolbar tabbar top>

good thanks , perfect!