Currently the content of sfpopup in the toolkit does not expand into the TitleBar area.
The overlay does, but the actual message content, or ContentTemplate does not, even when using IgnoreActionBar=True
First screenshot below shows the page, with the TitleBar set with an orange background, and the second screenshot shots when the popup is open, using Pink for the overlay colour, and IsFullScreen=true


<sfpopup:SfPopup IsOpen="True" IsFullScreen="True" HeaderHeight="0" FooterHeight="0" IgnoreActionBar="True" ShowHeader="False" ShowFooter="False" ShowOverlayAlways="True" HorizontalOptions="Fill" VerticalOptions="Fill" >
<sfpopup:SfPopup.PopupStyle>
<sfpopup:PopupStyle OverlayColor="Pink" MessageBackground="White" PopupBackground="Transparent" CornerRadius="-1"/>
</sfpopup:SfPopup.PopupStyle>
</sfpopup:SfPopup>
How can we extend this content into the TitleBar area?
Kind regards