【发布时间】:2016-06-03 23:17:31
【问题描述】:
我的移动版网站 (max-width: 767px) 有一个折叠菜单,如您所见 here
但以前是 100% 的窗口,现在它不再满了 width。
折叠菜单的 CSS 是:
.navbar-collapse {
max-width: 100% !important;
background: #cfcfcf;
float: left;
position: absolute;
top: 70px;
left: 0;
padding: 0 15px;
z-index: 999;
margin-top: -5px;
}
知道是什么导致了这个“错误”吗?
【问题讨论】: