Skip to content

Commit dea3584

Browse files
authored
Merge pull request #3000 from rahulrana701/navbar-dropdown
Language dialog box length fixed.
2 parents 4f9b6ca + 10a653c commit dea3584

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/styles/components/_nav.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110
.nav__dropdown {
111111
@extend %dropdown-open-left;
112112
display: none;
113+
max-height: 60vh;
114+
overflow-y: auto;
113115
.nav__item--open & {
114116
display: flex;
115117
}

0 commit comments

Comments
 (0)