How can I prevent window titles from overlapping in a Maui app with shell navigation and modals?
I’m developing a Maui app with shell navigation and modals, and I’m encountering an issue with overlapping window titles. When navigating from the main page to another page using shell navigation, a back button appears, causing the window title to shift slightly to the right. However, when I push a modal on that page, the window title on the modal page remains in its original position. This results in both window titles overlapping and creating a visually awkward effect.