Skip to content

Commit

Permalink
changed Card z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
kholmogorov27 committed Mar 10, 2023
1 parent 2b3c1fe commit 9f398da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Card/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ body[data-color-scheme=light] .hint {
position: absolute;
width: 60%;
aspect-ratio: 1;
z-index: 10;
z-index: 10000;
border-radius: 50%;
background: var(--secondary);
background-repeat: no-repeat;
Expand Down Expand Up @@ -130,7 +130,7 @@ body[data-color-scheme=light] .plate.detached::before {
.logo {
width: 40%;
margin: 10%;
z-index: 11;
z-index: 10001;
}

.logo svg {
Expand Down

0 comments on commit 9f398da

Please sign in to comment.