mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-17 03:19:23 +01:00
Remove max-height from mail tree in order to fix the issue mail tree gets scrollbar after expantion.
This commit is contained in:
parent
215289a5f5
commit
4fe543605d
@ -340,7 +340,6 @@ pre {
|
|||||||
*/
|
*/
|
||||||
#mail-tree_target {
|
#mail-tree_target {
|
||||||
min-height: 35px;
|
min-height: 35px;
|
||||||
max-height: 450px;
|
|
||||||
display: block;
|
display: block;
|
||||||
display: -moz-inline-stack;
|
display: -moz-inline-stack;
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
|
@ -338,7 +338,6 @@ pre {
|
|||||||
*/
|
*/
|
||||||
#mail-tree_target {
|
#mail-tree_target {
|
||||||
min-height: 35px;
|
min-height: 35px;
|
||||||
max-height: 450px;
|
|
||||||
display: block;
|
display: block;
|
||||||
display: -moz-inline-stack;
|
display: -moz-inline-stack;
|
||||||
display: -moz-box;
|
display: -moz-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user