From 0c28a2c755201a96891341f95363e042db3741a8 Mon Sep 17 00:00:00 2001 From: manziEric <50232091+manziEric@users.noreply.github.com> Date: Mon, 22 Feb 2021 11:12:24 +0100 Subject: [PATCH] fix: update notification bar z-index (#41160) * fix: update notification bar z-index * fix: update notification bar z-index to 100 * fix: update z-index to 100 in flash.css --- client/src/components/Flash/flash.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Flash/flash.css b/client/src/components/Flash/flash.css index cfeca25494d..6ba712eb883 100644 --- a/client/src/components/Flash/flash.css +++ b/client/src/components/Flash/flash.css @@ -7,7 +7,7 @@ padding-bottom: 3px; position: fixed; width: 100%; - z-index: 1000; + z-index: 100; } .flash-message div {