Views: 971 Created: 2020-12-22 01:41:41 Modified: 2023-03-20 20:36:53
If you encounter z-Index Problems on safari you can try to put that code into your z-indexed element: -webkit-transform: translate3d(0, 0, 0);<br /> transform: translate3d(0, 0, 0); ...