mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
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 {
|
#tdSidebox {
|
||||||
overflow: hidden;
|
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 {
|
.textSidebox {
|
||||||
border-top: 1px solid #d3d3d3;
|
border-top: 1px solid #d3d3d3;
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user