javascript - Materialize's Parallax causing Boostrap's Modals/Collapse disappearance on Chrome -


i made website local business in area, found issue on chrome , after extensive googling haven't found else it. page works on firefox , ie, fails in chrome.

the page:

http://elsolsaleparatodos.mx/

the issue:

modals (click white circle green drawings in parallax toggle) flicker above parallax, or disappear instantly. happens mobile collapse menu. when screen resized making collapse menu appear, open said menu , scroll down until parallax comes viewport, menu disappears.

what have come far: commenting $('.parallax').parallax(); line on app.css fixes issue, breaks parallax of course.

i have tried:
- changing materialize.min.js newest materialize.js
- checking loading plugin twice
- reading materialize's parallax function any... anormalities.

i haven't found remote lead, , issue non-existent in other browser i'm out of ideas.

i not able find source of problem or why present in chrome, fixed adding following code css:

.modal {      overflow: visible !important; } 

the modal has stopped flickering , functions correctly.


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -