Skip to content

Commit

Permalink
Fix top nav desktop scroll issue
Browse files Browse the repository at this point in the history
issue: #1495
  • Loading branch information
pfreitag committed May 6, 2022
1 parent 1dacd91 commit a1a8353
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,8 @@ pre.prettyprint {
}

.related .label { margin-right: 4px; }

nav.navbar ul.dropdown-menu{
max-height: 80vh;
overflow-y: auto;
}

0 comments on commit a1a8353

Please sign in to comment.