summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Ramirez <eddie.ramirez@intel.com>2016-10-21 23:00:15 +0000
committerRob Cresswell <robert.cresswell@outlook.com>2017-07-27 15:58:48 +0000
commit379a0b6fee37e1d8292550c110ac1f5cd8e7eb5f (patch)
treef924a68ab3332daab1d6938841835339e973a8cc
parentb0aa25fcabe63d5e2893c4329d1f6743824242b0 (diff)
downloadhorizon-379a0b6fee37e1d8292550c110ac1f5cd8e7eb5f.tar.gz
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 (cherry picked from commit f40e9d438eb759d43e76e837d042740d89d622d8)
-rw-r--r--openstack_dashboard/static/dashboard/scss/components/_modals.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/openstack_dashboard/static/dashboard/scss/components/_modals.scss b/openstack_dashboard/static/dashboard/scss/components/_modals.scss
index e770a19b4..46cde4e49 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 {