Skip to content
Snippets Groups Projects

made dropdown content scroll

Open gitlab-qa-bot requested to merge github/fork/RobinJespersen/master into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • 73c46d7e
    made dropdown content scroll · 73c46d7e
    Robin Jespersen authored
    If the "Frequently visited" list needs more space than the given, its content is now scrollable. 
    This only affects the "Frequently visited" not the search results.
@@ -916,6 +916,7 @@ header.header-content .dropdown-menu.projects-dropdown-menu {
.project-dropdown-content {
position: relative;
width: 70%;
overflow: scroll;
}
@media (max-width: $screen-xs-max) {
Loading