From 73c46d7e292d5251e1cf544ddce24b929af3d059 Mon Sep 17 00:00:00 2001 From: Robin Jespersen <RobinJespersen@users.noreply.github.com> Date: Tue, 17 Oct 2017 15:27:49 +0200 Subject: [PATCH] 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. --- app/assets/stylesheets/framework/dropdowns.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index 9dcf332eee2..3b2a8424719 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -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) { -- GitLab