From 9ff80a1a6c26cca7303e0d37394aa7d2577d3029 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:41:19 +1000 Subject: [PATCH] Update app.css --- public/css/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/app.css b/public/css/app.css index 04cba50..5b2a658 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -29,7 +29,7 @@ animation-duration: 250ms; animation-iteration-count: 1; position: fixed; - z-index: -1; + z-index: 10; top: 72px; padding-top: 2px; padding-bottom: 2px; @@ -122,6 +122,7 @@ padding-bottom: 2px; color: white; line-height: normal; + z-index: 100; display: inline-flex; vertical-align: middle; width: 100%; @@ -265,6 +266,7 @@ top: 11px; padding-left: 5px; padding-right: 5px; position: fixed; + z-index: 100; top: 43px; padding-top: 2px; padding-bottom: 2px;