Z-Index not working on Safari - fine on Firefox and Chrome

manicatorman picture manicatorman · Nov 30, 2016 · Viewed 24.5k times · Source

The Z-index isn't rendering properly on Safari - but it is working fine on Chrome and Firefox. I can't figure out what the Safari specific bug would be.

Here is the relevant code:

And here are some images showing the differences between the browser looks:

Chrome Safari

I am using both Bootstrap and JQuery.

Thanks for the help!

Answer

Jayesh picture Jayesh · Nov 30, 2016

This should probably fix your issue on safari -webkit-transform:translate3d(0,0,0);