Skip to content

Commit

Permalink
Make long dropdown menus scrollable
Browse files Browse the repository at this point in the history
Closes #2712
  • Loading branch information
jayhesselberth committed Jul 12, 2024
1 parent 1407329 commit 4eceb31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inst/BS5/assets/pkgdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ input[type="search"] {
}
}

// make long dropdown menus scrollable
.dropdown-menu {
max-height: 280px;
overflow-y: auto;
}

/* headroom.js -------------------------------------------------------------- */

.headroom {
Expand Down

0 comments on commit 4eceb31

Please sign in to comment.