Skip to content

Commit 5a0d340

Browse files
committed
Reduce the max height of submenus to avoid them extending below the screen bottom edge when used from the top navbar (which won't scroll). The new value works on 1024x768 screens for the current areas.
- Legacy-Id: 9583
1 parent 374e77b commit 5a0d340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/ietf.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ body { padding-top: 70px; }
5858
/* See http://eichefam.net/2012/04/12/scrollable-menus-in-bootstrap/ */
5959
.dropdown-submenu:hover > .dropdown-menu {
6060
height: auto;
61-
max-height: 650px;
61+
max-height: 500px;
6262
overflow-x: hidden;
6363
overflow-y: auto;
6464
}

0 commit comments

Comments
 (0)