WebToolbar is showing behind other controls on Mobile

When loading a WebPage on 2026R1.1 on a mobile device the Webtoolbar is showing behind any controls that are within the are covered by the Webtoolbar.
Has anyone else seen this behaviour or is this a me thing?

I Thought this could fix it but no go:

Me.Style.Value("position") = "fixed"
Me.Style.Value("top") = "0"
Me.Style.Value("z-index") = "9999"

Changing the Webtoolbar poisition to

Me.Position = webtoolbar.Positions.Top

Fixed the problem. This was working OK with inset before.

1 Like