Skip to content

Commit

Permalink
Merge pull request processing#3000 from rahulrana701/navbar-dropdown
Browse files Browse the repository at this point in the history
Language dialog box length fixed.
  • Loading branch information
raclim authored Jun 5, 2024
2 parents 4f9b6ca + 10a653c commit dea3584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/styles/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
.nav__dropdown {
@extend %dropdown-open-left;
display: none;
max-height: 60vh;
overflow-y: auto;
.nav__item--open & {
display: flex;
}
Expand Down

0 comments on commit dea3584

Please sign in to comment.