Safari Browser z-Index not Working
Category: CSS
Sub-Category:
Creator: Jan-Maurice Dahlmanns
Created: 2020-12-22 01:41:41
Modified: 2024-11-21 07:58:41
Views: 1066
Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.
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);
transform: translate3d(0, 0, 0);