Scrolling layout problem with IOS

Hi,

I’ve developed a basic view with a top and bottom fixed layout and a scrolling layout in between. And used this style to make it scrollable:

listLayout.getStyle().set(“overflow-y”, “auto”);

It works in android, desktop, chrome etc but there are problems with IOS.
When the scroll is shown the content of the middle layout intersects with the top layout. I’ve attached a very simple code to demonstrate and a picture to show the problem. I tried it with 14.1.19 and 14.1.23.

Any thoughts?
18190375.jpg
18190378.java (2.36 KB)