Set dropdown to fixed height of 250px and make it scrollable

This commit is contained in:
Kushal Pandya 2017-02-09 13:36:51 +05:30
parent fc425be1a4
commit beb56533cb
2 changed files with 12 additions and 0 deletions

View file

@ -218,6 +218,11 @@
}
}
.dropdown-menu {
max-height: 250px;
overflow-y: auto;
}
.dropdown-toggle,
.dropdown-menu {
color: $gl-text-color-secondary;

View file

@ -271,6 +271,13 @@
}
}
.project-repo-buttons {
.project-action-button .dropdown-menu {
max-height: 250px;
overflow-y: auto;
}
}
.split-one {
display: inline-table;
margin-right: 12px;