From 92e5b799f183aadfe7a84c048d2fb7bb45d0d8df Mon Sep 17 00:00:00 2001 From: RezenkovD Date: Wed, 16 Aug 2023 15:28:51 +0300 Subject: [PATCH] fix: btn z-index --- vr_club_site/templates/site/style/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vr_club_site/templates/site/style/index.css b/vr_club_site/templates/site/style/index.css index 182fba8..62a26db 100644 --- a/vr_club_site/templates/site/style/index.css +++ b/vr_club_site/templates/site/style/index.css @@ -337,7 +337,7 @@ cursor: pointer; margin-left: auto; margin-right: auto; - z-index: 9999; + z-index: 999; } .section-rules-club { @@ -688,7 +688,7 @@ cursor: pointer; margin-left: auto; margin-right: auto; - z-index: 9999; + z-index: 999; } }