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
Branches
Tags
No related merge requests found
...@@ -22,4 +22,9 @@ ...@@ -22,4 +22,9 @@
padding-bottom: 10px !important; padding-bottom: 10px !important;
line-height: 20px !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