diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-03 23:10:57 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-03 23:10:57 -0500 |
commit | 8635de23239de0ebcd7d018dc9240ca8b10c30c3 (patch) | |
tree | 044c8f401e17735e4d1499e30d33e2c3f98530df /themes/wind | |
parent | 518fdf735ccde4b16680e4142ab4fce9a5dbf6b1 (diff) |
Force dialogs to the top of the page.
Diffstat (limited to 'themes/wind')
-rw-r--r-- | themes/wind/css/screen.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |