Skip to content
Snippets Groups Projects
Commit 73c46d7e authored by Robin Jespersen's avatar Robin Jespersen Committed by GitHub
Browse files

made dropdown content scroll

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.
parent b2553840
No related branches found
No related tags found
1 merge request!10454made dropdown content scroll
Pipeline #13663851 failed
This commit is part of merge request !10454. Comments created here will be created in the context of that merge request.
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment