Commit f2919e1d authored by David O'Regan's avatar David O'Regan

Merge branch 'nfriend-fix-ref-selector-double-dropdown' into 'master'

Fix double scrollbar in ref selector component

See merge request gitlab-org/gitlab!54719
parents a76c0301 91f82479
......@@ -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