No need to give position relative anymore to sidebox div in idots in order to fix mail-tree folder click handling, because we tackled the issue in mail app.

This commit is contained in:
Hadi Nategh 2015-03-02 10:31:58 +00:00
parent b532620241
commit 87e4ce6749

View File

@ -30,11 +30,6 @@
#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;