Skip to content

Commit

Permalink
fix: btn z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
RezenkovD committed Aug 16, 2023
1 parent adf164a commit 92e5b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vr_club_site/templates/site/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
cursor: pointer;
margin-left: auto;
margin-right: auto;
z-index: 9999;
z-index: 999;
}

.section-rules-club {
Expand Down Expand Up @@ -688,7 +688,7 @@
cursor: pointer;
margin-left: auto;
margin-right: auto;
z-index: 9999;
z-index: 999;
}
}

Expand Down

0 comments on commit 92e5b79

Please sign in to comment.