From 9ad61491d693c608dd3bf4a45df9bdaf33b79016 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 12 May 2017 01:19:00 +0500 Subject: [PATCH] PLT-6569 - FIxing z-index for channel header (#6396) --- webapp/sass/layout/_headers.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss index 000a7819e5..79bba495d8 100644 --- a/webapp/sass/layout/_headers.scss +++ b/webapp/sass/layout/_headers.scss @@ -5,7 +5,9 @@ border-left: none; font-size: 14px; line-height: 56px; + position: relative; width: 100%; + z-index: 5; .member-popover__trigger, .pinned-posts-button {