html - WordPress/Bootstrap mobile menu disappears on scroll -


i have issue on particular website - http://www.stonecrestre.com - i've been scratching head days trying solve.

on mobile when toggle menu open disappears start scroll down. weird thing doesn't happen in chrome inspector, can scroll , down menu fine.

any guidance helpful. thank you! :d

you need change

position: relative;  

to

position: fixed;  

in css name header.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -