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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -