mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
make foldertree in manage folders scrollable (again)
This commit is contained in:
parent
1913b66b2c
commit
b6c6a6b858
@ -1072,7 +1072,10 @@ div#mail-index_nm.splitter-pane {min-height: 100px;}
|
||||
border: none;
|
||||
}
|
||||
#popupMainDiv {height: 100%}
|
||||
.treeContainer {height: calc(100% - 100px)}
|
||||
.treeContainer {
|
||||
height: calc(100% - 10px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
#mail-index_mail-index-header_right {gap: 1ex;}
|
||||
#mail-index_mail-index-header_right et2-details.vacationnotice {
|
||||
min-width: 8em;
|
||||
|
Loading…
Reference in New Issue
Block a user