简体   繁体   中英

Navbar toggle collapse doesn't appear

I have a problem with the header on my website. When I click the button to toggle the mobile menu on the navbar it "works" but the content doesn't appear.

I tried it on Bootply and it worked:

在我的网站上预览

remove overflow: hidden from .headerp or change to overflow: visible

collapsed menu is inside .headerp that have fixed height and overflow: hidden .

@media (max-width: 768px)
.headerp {
    height: 80px;
    overflow: visible;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM