When I overscroll over the viewport in Safari, a black line appears on the app in all directions. However, in Chrome, this line is white.
Even though I have
"theme_color": "#ffffff"
set in my manifest.json
, the issue persists in Safari.
Is there a way to resolve this problem?