Commit 7cc6f2a7 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'nfriend-fix-milestone-combobox-double-scrollbar' into 'master'

Fix double scrollbar in milestone combobox component

See merge request gitlab-org/gitlab!54734
parents 001c1854 3381dc0b
.selected-item {
/* stylelint-disable-next-line function-url-quotes */
background: url(asset_path('checkmark.png')) no-repeat 0 2px;
}
.milestone-combobox {
.selected-item {
/* stylelint-disable-next-line function-url-quotes */
background: url(asset_path('checkmark.png')) no-repeat 0 2px;
}
.dropdown-item-space {
padding: 8px 12px;
}
.dropdown-item-space {
padding: 8px 12px;
.dropdown-menu.show {
overflow: hidden;
}
}
---
title: Fix double scrollbar issue in milestone selector dropdown
merge_request: 54734
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