css - Z-index issue on iOS Safari & Chrome -
i'm having issue responsive dropdown menu, based on wordpress underscores theme.
it looks okay on desktop not on ios safari including ipad , iphone.
i've tried add z-index other divs doesn't work. please me. thanks.
there fourth method, translate3d:
-webkit-transform: translate3d(0,0,1px); transform: translate3d(0,0,1px);
ios browsers support css3, can use safely.
Comments
Post a Comment