Avoid getting scrollbar on form area and let the tree handles it

This commit is contained in:
Hadi Nategh 2015-07-28 08:05:48 +00:00
parent 46c0817743
commit 74952cd739
2 changed files with 11 additions and 3 deletions

View File

@ -892,3 +892,7 @@ div.mailComposeHeaderSection>table {
width:100%; width:100%;
height:100%; height:100%;
} }
/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/
#mail-subscribe {
overflow: hidden;
}

View File

@ -880,6 +880,10 @@ div.mailComposeHeaderSection > table {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/
#mail-subscribe {
overflow: hidden;
}
#popupMainDiv { #popupMainDiv {
padding: 5px; padding: 5px;
} }