From 698fa1d4457e4a840d6f2f89a9ec47ffa040c3e3 Mon Sep 17 00:00:00 2001 From: Prashanth Rao <35005448+prrao87@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:37:46 -0500 Subject: [PATCH] Updatre z-index --- sass/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index e1f5d41..887a142 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -297,7 +297,7 @@ a:focus-visible { } .copy { - z-index: 9; + // z-index: 0; position: absolute; right: 0.6em; top: 0.6em; @@ -324,7 +324,7 @@ a:focus-visible { margin-top: calc(0px - 1.2em - 24px - 1em - 1.5px); .filename { - z-index: 1; + // z-index: 0; position: relative; top: calc(1.2em + 24px + 1em + 1.5px); padding: 12px 16px;