From 1ae9559d794978cf6bb749b471d5c773dca40915 Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Wed, 25 Jan 2012 13:44:39 -0800 Subject: [PATCH] Removes max-height from modals. Fixes bug 921733. Change-Id: I852e703011825cbd4abcf562e4b9ca77f0bf1bd4 --- openstack-dashboard/dashboard/static/dashboard/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack-dashboard/dashboard/static/dashboard/css/style.css b/openstack-dashboard/dashboard/static/dashboard/css/style.css index ee29e719b36..b6194807386 100644 --- a/openstack-dashboard/dashboard/static/dashboard/css/style.css +++ b/openstack-dashboard/dashboard/static/dashboard/css/style.css @@ -595,6 +595,7 @@ table form { .modal { width: 700px; + max-height: none; /* Prevents large modals from scrolling unnecessarily */ top: 80px; margin-top: 0; position: absolute;