Code sample: https://plnkr.co/edit/KPLJXzI4n1L0fG4Z
<mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" xmlns:f="sap.f">
<App>
<pages>
<f:ShellBar />
<PageOrDynamicPage>
<!-- ... -->
</PageOrDynamicPage>
</pages>
</App>
</mvc:View>
The last row of list / responsive table is off screen.
100th item not visible.
I have also tried adding the ShellBar as the first content of the root view element defined in App.view.xml, which results in a double vertical scroll bar.
I also tried putting a Shell around the App instead of a separate ShellBar, but the bar is not showing: https://plnkr.co/edit/Tmk6vd5CF4IEZC2y.