Keep drag n drop helper below dialog

This commit is contained in:
Nathan Gray 2015-12-22 20:36:39 +00:00
parent 7a62f96866
commit 2a592fcb30

View File

@ -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 {