From f40e9d438eb759d43e76e837d042740d89d622d8 Mon Sep 17 00:00:00 2001 From: Eddie Ramirez Date: Fri, 21 Oct 2016 23:00:15 +0000 Subject: [PATCH] Allow dropdowns to be in front of div.modal-footer This removes some oddities with the CSS causing select menus to be hidden in some circumstances. The side effect of this is that when the modal body is tall, the window now scrolls instead of the body. I'm not sure if this is actually bad, but its different. Change-Id: If890ada4c1c450962789db23e9b4cfc50fe77900 Closes-Bug: 1603496 --- .../static/dashboard/scss/components/_modals.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/openstack_dashboard/static/dashboard/scss/components/_modals.scss b/openstack_dashboard/static/dashboard/scss/components/_modals.scss index f9e18c43a9..197fd93108 100644 --- a/openstack_dashboard/static/dashboard/scss/components/_modals.scss +++ b/openstack_dashboard/static/dashboard/scss/components/_modals.scss @@ -1,7 +1,4 @@ .modal-body { - overflow-y: auto; - max-height: calc(100vh - #{$bs-modal-height}); - // Subtract the help-button width and add the modal inner padding // because the element is in the place which is applied the modal inner padding. .step-description {