提交 aa246fec 编写于 作者: C Catouse

* fixed nav list overflow in navbar fixed top.

上级 d959191a
......@@ -17,7 +17,11 @@
}
.navbar-collapse
{
max-height: 100%;
padding: 0;
overflow: auto !important;
overflow-x: hidden;
overflow-y: scroll !important;
}
.navbar-nav.navbar-right,.navbar-nav,.navbar-form
......@@ -54,7 +58,9 @@
{
margin: 0;
padding: 5px 0;
> li > a
> li > a,
> li.nav-heading
{
.text-overflow();
padding-top: 6px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册