Has anyone encountered this issue before?
I am using a vue 2 template with vuetify 2 for rendering, and I have noticed that in Safari only, the buttons on the page flash upon loading and then disappear.
Upon inspecting the DOM, I can still see the buttons, but removing certain inline style properties like overflow: auto seems to temporarily fix the issue.
Interestingly, the buttons work perfectly fine on all other browsers and platforms, including another vue template with similar button setups that also works flawlessly in Safari.
Another observation is that stretching the browser window to an unusually wide width somehow makes the button visible again.
Any insights or solutions would be greatly appreciated!