My challenge involves adjusting the alignment of a div
(mobile menu) that is currently centered using css grid
and the justify-self
property in chrome
. However, when viewed in Safari, it appears on the left side of the screen behind the Instagram icon:
https://i.stack.imgur.com/xRKzD.jpg
Are there any specific webkit
properties I can utilize to resolve this issue, or do you have alternative suggestions for resolving this discrepancy?
I am implementing vue.js
to render the HTML on my website.