I have been attempting to determine why there is shadow styling in the header when the menubar is closed in Ionic iOS.
After inspecting the elements, I am unable to pinpoint exactly where this style is being applied.
It seems to be related to the .toolbar-container
element, but the exact location and how to resolve it remain elusive!
Attached is a screenshot showing the transition with the shadow effect: https://i.sstatic.net/ATS63.png
Additionally, here is how it appears after closing the side menu: https://i.sstatic.net/V7fE5.gif
By the way, this is using the default dark theme for iOS provided with the Ionic Angular side menu.