Skip to content

Commit

Permalink
Updatre z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
prrao87 committed Dec 1, 2023
1 parent ca5d7fd commit 698fa1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ a:focus-visible {
}

.copy {
z-index: 9;
// z-index: 0;
position: absolute;
right: 0.6em;
top: 0.6em;
Expand All @@ -324,7 +324,7 @@ a:focus-visible {
margin-top: calc(0px - 1.2em - 24px - 1em - 1.5px);

.filename {
z-index: 1;
// z-index: 0;
position: relative;
top: calc(1.2em + 24px + 1em + 1.5px);
padding: 12px 16px;
Expand Down

0 comments on commit 698fa1d

Please sign in to comment.