From 2fa261f56f00480f475126b1139f9d16be921da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Sun, 12 May 2024 04:00:44 +0200 Subject: [PATCH] Fix Z index css --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 3bd1621..f781c57 100644 --- a/styles.css +++ b/styles.css @@ -22,7 +22,7 @@ html, body { transform: translateX(-50%); font-size: 32px; color: #333; - z-index: 10; + z-index: 5; background-color: rgba(255, 255, 255, 0.8); padding: 5px 10px; border-radius: 5px; @@ -32,7 +32,7 @@ html, body { .drawer { display: none; position: fixed; - z-index: 1; + z-index: 10; right: 0; top: 0; width: 30%;