From c7ba87185cca8b5ecd60e394cb74c4a071a46a42 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 13 Oct 2014 12:48:05 -0300 Subject: Fixing email body area padding; hiding right pane scrollbar when not needed --- web-ui/app/scss/_read.scss | 4 ++++ web-ui/app/scss/styles.scss | 1 + 2 files changed, 5 insertions(+) (limited to 'web-ui/app') diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index 1d4715e0..e374df78 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -56,6 +56,10 @@ } } +.bodyArea { + padding: 35px 30px 0 30px; +} + #mail-actions { text-align: right; padding: 10px 0; diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 4aff99ae..de306799 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -328,6 +328,7 @@ section { top: -25px; box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.12); z-index: 2; + overflow-y: auto; @include read-msg; [id^=fullView-] { position: relative; -- cgit v1.2.3