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.
@@ -884,6 +884,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
.frequent-items-dropdown-content {
position: relative;
width: 70%;
overflow: scroll;
}
@include media-breakpoint-down(xs) {
Loading