css - Fullpage.js overwrites z-index of elements -


i have tricky issue using fullpage.js, library brings full-page slider. want slider contain background image title (h1). moreover, between background , title want place transparant image overlay, 1 doesn’t slide along (with absolute position).

even though i able move title above overlay setting z-index 2, full page.js adds -webkit-transform: translate3d(0px, 0px, 0px); transform: translate3d(0px, 0px, 0px) slidercontainer slide, hereby ignoring z-values , moving title behind overlay.

i’ve tried transform-style: flat; (like propose here: css z-index lost after webkit transform translate3d), doesn’t work me.

turns out i’m not 1 problem (https://stackoverflow.com/questions/27179052/fullpage-js-z-index-lost-after-css3-enabled).

does have clue how fix this?

thanks!


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -