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

@ -800,11 +800,11 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
padding-top: 10px; padding-top: 10px;
} }
div.mailDisplayContainer.mailvelopeTopContainer { div.mailDisplayContainer.mailvelopeTopContainer {
top:190px; top: 190px;
} }
div.mailDisplayContainer.mailvelopeTopContainer > iframe { div.mailDisplayContainer.mailvelopeTopContainer > iframe {
position: static; position: static;
min-width: 860px; min-width: 860px;
} }
} }
/* MOBILE and tablets (Portrait & Landscape) View --------------*/ /* MOBILE and tablets (Portrait & Landscape) View --------------*/
@ -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;
} }