Skip to content

Commit

Permalink
style: dropdown menu height optimized in left aside (#263)
Browse files Browse the repository at this point in the history
Signed-off-by: xuliwenwenwen <liwen.xu@pingcap.com>
  • Loading branch information
xuliwenwenwen authored Jun 10, 2022
1 parent c86bba1 commit 282ac2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/doc/comp/version-switcher.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
}

.dropdown-content {
max-height: 45vh;
overflow-y: auto;
border: 1px solid $border;
border-radius: 4px;
}

.no-exist {
Expand Down

0 comments on commit 282ac2e

Please sign in to comment.