From 49b649b14041195067b6187905202a12c12bc0c5 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 25 Feb 2015 18:03:00 -0300 Subject: Fixing selected email z-index so it flows into the full email view hiding the border --- web-ui/app/scss/styles.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/app/scss') 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; } -- cgit v1.2.3