html - Translate-Z Mixing Order only Mobile -


i'm having weird problem website developing. site has parallax effect in it, , it's implemented without javascript using translate z , scale (you can check in http://keithclark.co.uk/articles/pure-css-parallax-websites/)

the problem having in chrome desktop site seems ok (you'll see problem on second picture):

image-ok

but when turn "devide mode" on, see 90% of times (also in mobile , also, of time, not times):

image-not-ok

as can see, slider above "destacados" gone, if click button, or execute action (click on button or link), slider appears again.

the problem kind of hard pinpoint, ask whatever clarification or specification need.

thanks in advance.

edit 1: have tried make small example couldn't. works fine each part not on whole.

this full site: http://192.185.67.199/~arielces/animations/#/commerce/main

another thing i've noticed when in device mode, if search div magnifiers or move console bottom right, content shows.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -