diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-10-13 12:48:05 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-10-13 12:48:05 -0300 |
commit | c7ba87185cca8b5ecd60e394cb74c4a071a46a42 (patch) | |
tree | c099356bd0326d506097ed7234a212d2cf99eb79 /web-ui/app | |
parent | 7cef77fd1469cb22e31edf50b27db1a6a982b494 (diff) |
Fixing email body area padding; hiding right pane scrollbar when not needed
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/_read.scss | 4 | ||||
-rw-r--r-- | web-ui/app/scss/styles.scss | 1 |
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; |