I am building a webapp that needs to be able to view 360 degree images, but when i load one to cover the whole screen it ends up over the safe area.
360 image covering some of the safe area
Portrait mode, easier to see problem
I essentially want the navigation bar to "cover" the jagged corners of the image instead of them being above. Something like being able to change the Z-index of both the safe area and the page independently would be great.
Below is some code
Have tried to find several libraries with Z-index.
One i’ve tried is stack, but stack requires both of them to exist in the stack, could this work, and if so how?
2
Answers
bro need to put SafeArea after using Scafford, try it