Fix click handle on mail-tree in idots

-Causes resize handler stop working only on mail sidebox :(
This commit is contained in:
Hadi Nategh 2015-02-04 15:36:20 +00:00
parent cb21285443
commit c896dfdcee

View File

@ -30,6 +30,12 @@
#tdSidebox {
overflow: hidden;
}
/*Fix click handler on mail-tree not working because of conflict with draggable
Although this stops resizable working on mail sidebox*/
.divSidebox *{
position:relative;
}
.textSidebox {
border-top: 1px solid #d3d3d3;
padding-left: 1px;