mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +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
e3ebdd8402
commit
f55277e7bc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user