Skip to content

Commit 3c453f7

Browse files
committed
fix(demo): scroll previous docs
ensure previous docs dropdown is scrollable Closes angular-ui#6330
1 parent 03e46a7 commit 3c453f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/demo.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,11 @@ border-color: #fff;
300300
margin-left: inherit;
301301
}
302302

303+
.navbar-nav > li > .dropdown-menu {
304+
max-height: 400px;
305+
overflow-y: auto;
306+
}
307+
303308
.header-placeholder {
304309
height: 50px;
305310
}

0 commit comments

Comments
 (0)