Skip to content

Commit

Permalink
Tweak: Floating Buttons v9 - use variables for z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
mserino committed Jun 12, 2024
1 parent f90f9ef commit 9dbf10c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
justify-content: center;
position: relative;
transition: var(--e-contact-buttons-transition);
z-index: 1;
z-index: $first-layer;

svg {
position: relative;
z-index: 2;
z-index: $second-layer;
}
}

Expand Down

0 comments on commit 9dbf10c

Please sign in to comment.