mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
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:
parent
b532620241
commit
87e4ce6749
@ -30,11 +30,6 @@
|
|||||||
#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;
|
||||||
|
Loading…
Reference in New Issue
Block a user