Remove max-height from mail tree in order to fix the issue mail tree gets scrollbar after expantion.

This commit is contained in:
Hadi Nategh 2014-12-17 13:02:29 +00:00
parent 215289a5f5
commit 4fe543605d
2 changed files with 0 additions and 2 deletions

View File

@ -340,7 +340,6 @@ pre {
*/
#mail-tree_target {
min-height: 35px;
max-height: 450px;
display: block;
display: -moz-inline-stack;
display: -moz-box;

View File

@ -338,7 +338,6 @@ pre {
*/
#mail-tree_target {
min-height: 35px;
max-height: 450px;
display: block;
display: -moz-inline-stack;
display: -moz-box;