Commit 3381dc0b authored by Nathan Friend's avatar Nathan Friend

Fix double scrollbar issue in milestone selector

This commit fixes a CSS issue that caused the milestones selector to
show two scrollbars.
parent 2f45572c
.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