summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/scss/_read.scss4
-rw-r--r--web-ui/app/scss/styles.scss1
2 files changed, 5 insertions, 0 deletions
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;