From 2a592fcb303ea326298bc7aa9fb1b5cdef3a2bf5 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 22 Dec 2015 20:36:39 +0000 Subject: [PATCH] Keep drag n drop helper below dialog --- etemplate/templates/default/etemplate2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index a3be648f21..2b65dbd1f0 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -795,7 +795,7 @@ ul.et2_link_string { background-color: #FDF9DB; max-width: 300px; color: black; - z-index: 999; + z-index: 100; -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75); @@ -1906,7 +1906,7 @@ div.et2_image_tooltipPopup { /*egw_action_ddHelper*/ div.et2_egw_action_ddHelper { - z-index: 999; + z-index: 100; } /* The last div which shows Ctrl tip to user*/ div.et2_egw_action_ddHelper_tip {