forked from extern/egroupware
Fix click handle on mail-tree in idots
-Causes resize handler stop working only on mail sidebox :(
This commit is contained in:
parent
cb21285443
commit
c896dfdcee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user