mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 04:31:06 +01:00
* Mail/idots: Fix not be able to open mail folders from the mail-tree
This commit is contained in:
parent
94af47ef5d
commit
775e6e9370
@ -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