From bf63c7cc131e29be61e456007e591cf013def0af Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 7 Aug 2018 15:33:52 -0700 Subject: [PATCH] Ensure that safety number change banner is on top of messages --- stylesheets/_global.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 2f0625160..312595386 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -208,6 +208,8 @@ $avatar-size: 48px; $unread-badge-size: 21px; .banner { + z-index: 100; + // what's the right color? background-color: $blue_l; color: black;