Skip to content
Snippets Groups Projects
Commit b4c8701a authored by pgiertych's avatar pgiertych
Browse files

add max-height and scroll to domain dropdown

parent ede9359e
No related branches found
No related tags found
No related merge requests found
......@@ -22,4 +22,9 @@
padding-bottom: 10px !important;
line-height: 20px !important;
}
.dropdown-menu {
max-height: 500px;
overflow-y: auto;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment