From 29074bfe43c4372a1795611edafdc7eb5ffce06b Mon Sep 17 00:00:00 2001 From: Cesar Faber Date: Sat, 10 Feb 2024 14:56:38 -0300 Subject: [PATCH] updating copieds zindex --- src/components/Copied/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Copied/index.scss b/src/components/Copied/index.scss index b6e89bb..e3f1456 100644 --- a/src/components/Copied/index.scss +++ b/src/components/Copied/index.scss @@ -2,7 +2,7 @@ position: fixed; background: white; color: #222222; - z-index: 40; + z-index: 400; display: inline-flex; align-items: center; justify-content: center;