Skip to content
Snippets Groups Projects
Unverified Commit 83e1d27a authored by Łukasz Łopatowski's avatar Łukasz Łopatowski Committed by GitHub
Browse files

Merge pull request #131 from nmaas-platform/127-add-scroll-for-the-navbar-domain-selector

add max-height and scroll to domain dropdown
parents b77254a1 b4c8701a
No related branches found
No related tags found
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