* Mail/idots: Fix not be able to open mail folders from the mail-tree

This commit is contained in:
Hadi Nategh 2015-02-19 11:51:26 +00:00
parent 94af47ef5d
commit 775e6e9370

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;