diff --git a/inst/BS5/assets/pkgdown.scss b/inst/BS5/assets/pkgdown.scss index 86d40cc6b..7d0c11f00 100644 --- a/inst/BS5/assets/pkgdown.scss +++ b/inst/BS5/assets/pkgdown.scss @@ -78,6 +78,12 @@ input[type="search"] { } } +// make long dropdown menus scrollable +.dropdown-menu { + max-height: 280px; + overflow-y: auto; +} + /* headroom.js -------------------------------------------------------------- */ .headroom {