Skip to content

Commit 2cb5d4b

Browse files
Merge pull request #3906 from OpenLiberty/doc_dropdown_staging
Fixed doc version dropdown
2 parents caa749f + 21cd271 commit 2cb5d4b

File tree

1 file changed

+1
-1
lines changed
  • src/main/content/antora_ui/src/sass

1 file changed

+1
-1
lines changed

src/main/content/antora_ui/src/sass/nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ html.is-clipped--nav {
396396
border-radius: 7px;
397397
border-top: none;
398398
z-index: 2;
399-
height: 75%;
399+
max-height: 75%;
400400
}
401401

402402
.nav-panel-explore:not(.is-active) .components {

0 commit comments

Comments
 (0)