简体   繁体   English

导航栏切换折叠不会出现

[英]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: 我在Bootply上尝试了它,并且效果很好:

在我的网站上预览

remove overflow: hidden from .headerp or change to overflow: visible 删除overflow: hidden.headerp overflow: hidden或更改为overflow: visible

collapsed menu is inside .headerp that have fixed height and overflow: hidden . 折叠菜单位于.headerp内部,高度固定且overflow: hidden

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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