diff --git a/app/assets/stylesheets/profile.scss b/app/assets/stylesheets/profile.scss index 8dd7ff8b31..a999034480 100644 --- a/app/assets/stylesheets/profile.scss +++ b/app/assets/stylesheets/profile.scss @@ -66,3 +66,9 @@ display: none; } } + +#updateUserFormLanguage .dropdown-menu { + max-height: 20vh; + overflow-y: auto; + background-clip: border-box; +}