From 8635de23239de0ebcd7d018dc9240ca8b10c30c3 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 3 Feb 2013 23:10:57 -0500 Subject: Force dialogs to the top of the page. --- themes/wind/css/screen.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index adddb93c..0e4819ee 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -886,6 +886,10 @@ ul.sf-menu li li li.sfHover ul { opacity: .7; } +.ui-dialog { + z-index: 9999; +} + /* Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .g-button { -- cgit v1.2.3