Skip to content

Commit

Permalink
fixed language dropdown overflow (#5611)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentFlameCR authored Dec 12, 2023
1 parent b1d00c1 commit 98485dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@
display: none;
}
}

#updateUserFormLanguage .dropdown-menu {
max-height: 20vh;
overflow-y: auto;
background-clip: border-box;
}

0 comments on commit 98485dd

Please sign in to comment.