简体   繁体   English

引导程序固定菜单滚动失败

[英]bootstrap fixed menu broke on scroll

I have a bootstrap landing website, and there are one problem. 我有一个引导登陆网站,并且有一个问题。 When menu scrolled to bottom of page, it's just lost (mobile phone!). 当菜单滚动到页面底部时,它就丢失了(手机!)。 I don't know how. 我不知道 Other screen's like monitor work ok. 其他屏幕就像监视器工作正常。 But on mobile I have this problem. 但是在手机上我有这个问题。

Example

I have tried to load menu after website loading 我试图在网站加载后加载菜单

$(window).load(function() {
    document.getElementById("hideAll").style.display = "block";
});

Styling like: 样式如下:

.navbar{
    height: 80px !important;
    max-height: 80px;
}

Nothing help me, menu still lost on scroll to bottom of page (on mobile phone) 没有任何帮助,菜单仍然无法滚动到页面底部(在手机上)

检查@mediascreen中的浏览器兼容性。在该特定div类的css文件中添加@mediascreen

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

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