stable
Clone or download
Read-only
request #28284: Add Item drop down menu gets partly hidden by header of object below
When there are many items in the [Add item] dropdown, the dropdown was under the next milestone header. It's now fixed by reversing the order of the dom elements. For the user, nothing changes thanks to `flex-direction: reverse-column`. Change-Id: I212d22e707c3b862dbe85e38f441d8eb7278a64f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/planning-v2/src/app/api/rest-querier.test.ts | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/api/rest-querier.ts | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/milestone/sort-helper.test.ts | +12 | −12 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/milestone/sort-helper.ts | +4 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.js | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view-component.test.js | +10 | −10 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view.tpl.html | +15 | −11 | Go to diff View file |
M | plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_milestones.scss | +5 | −0 | Go to diff View file |