Fix HealthOverview's Silence modal duration dropdown#2517
Fix HealthOverview's Silence modal duration dropdown#2517aruniiird wants to merge 1 commit intored-hat-storage:masterfrom
Conversation
Duration dropdown was giving a vertical scroll bar that renders inside the modal body, instead of poping out and show all the options. The change should render the dropdown menu as a child of 'document.body' instead of inside the modal. The dropdown will now "pop out" of the modal and be fully visible. Signed-off-by: Arun Kumar Mohan <amohan@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aruniiird The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@aruniiird: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Duration dropdown was giving a vertical scroll bar that renders inside the modal body, instead of poping out and show all the options.
The change should render the dropdown menu as a child of 'document.body' instead of inside the modal. The dropdown will now "pop out" of the modal and be fully visible.