Skip to content
Snippets Groups Projects
Unverified Commit 98485ddf authored by Rahul Rodrigues's avatar Rahul Rodrigues Committed by GitHub
Browse files

fixed language dropdown overflow (#5611)

parent b1d00c1d
Branches
No related tags found
No related merge requests found
......@@ -66,3 +66,9 @@
display: none;
}
}
#updateUserFormLanguage .dropdown-menu {
max-height: 20vh;
overflow-y: auto;
background-clip: border-box;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment