From 74952cd7398c680589517c88db0e0a4e03a61e80 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 28 Jul 2015 08:05:48 +0000 Subject: [PATCH] Avoid getting scrollbar on form area and let the tree handles it --- mail/templates/default/app.css | 4 ++++ mail/templates/pixelegg/app.css | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index c363eba045..b4492f68dc 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -892,3 +892,7 @@ div.mailComposeHeaderSection>table { width:100%; height:100%; } +/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/ +#mail-subscribe { + overflow: hidden; +} \ No newline at end of file diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 6c1b553925..6c85a6148d 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -800,11 +800,11 @@ blockquote blockquote blockquote blockquote blockquote blockquote { padding-top: 10px; } div.mailDisplayContainer.mailvelopeTopContainer { - top:190px; + top: 190px; } div.mailDisplayContainer.mailvelopeTopContainer > iframe { - position: static; - min-width: 860px; + position: static; + min-width: 860px; } } /* MOBILE and tablets (Portrait & Landscape) View --------------*/ @@ -880,6 +880,10 @@ div.mailComposeHeaderSection > table { width: 100%; height: 100%; } +/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/ +#mail-subscribe { + overflow: hidden; +} #popupMainDiv { padding: 5px; }