Issue with Statusbar and Scrolling

With Framework7 v1 I added

<body>
<div class="statusbar-overlay"></div>

This is working perfectly, I get the statusbar automatically if I open it in fullscreenmode.

The problem is, if I scroll, the navbar and the Toolbar is scrolling with it and runs behind the Statusbar. Is there a solution? I added navbar-fixed and toolbar-fixed to each page but it doesnt help…


55