Commit 91f82479 authored by Nathan Friend's avatar Nathan Friend Committed by David O'Regan

Fix double scrollbar in ref selector dropdown

This commit updates the ref selector dropdown (used on the "New Release"
page) so that it doesn't show a double scrollbar.
parent 1ee1c935
......@@ -11,7 +11,12 @@
.dropdown-menu.show {
// Make the dropdown a little wider and longer than usual
// since it contains quite a bit of content.
overflow: hidden;
width: 20rem;
max-height: $dropdown-max-height-lg;
&,
.gl-new-dropdown-inner {
max-height: $dropdown-max-height-lg;
}
}
}
---
title: Fix double scrollbar in ref selector dropdown
merge_request: 54719
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment