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 { .milestone-combobox {
/* stylelint-disable-next-line function-url-quotes */ .selected-item {
background: url(asset_path('checkmark.png')) no-repeat 0 2px; /* 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 { .dropdown-menu.show {
padding: 8px 12px; 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