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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -