diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-02-25 18:03:00 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-02-25 18:03:00 -0300 |
commit | 49b649b14041195067b6187905202a12c12bc0c5 (patch) | |
tree | eaf4130c2dc7db0c49116257831ba686bbbfed40 /web-ui/app | |
parent | 47c477cfa4fde2cb528c94443e32609e6a71d5ad (diff) |
Fixing selected email z-index so it flows into the full email view hiding the border
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 819cb644..5293c1f4 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -156,6 +156,7 @@ } &.selected { background: #FFF; + z-index: 3; a { color: #333; } |