From 78cd63cfb71224d5365f25d749c689d317d2f54a Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Wed, 7 Feb 2018 16:19:20 +0900 Subject: [PATCH] Increase z-index of the new message indicator --- sass/layout/_post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/layout/_post.scss b/sass/layout/_post.scss index ca3cce710ec5..470f197bd170 100644 --- a/sass/layout/_post.scss +++ b/sass/layout/_post.scss @@ -288,7 +288,7 @@ position: absolute; text-align: center; visibility: hidden; - z-index: 1; + z-index: 3; .fa { font-size: 1.2em;