Skip to content

Commit

Permalink
Fixed z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
IamSTEINI committed Aug 2, 2024
1 parent 7b0319a commit 86f89df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: absolute;
top:60px;
right: 40px;
z-index: 1000;
z-index: 998;
}

main {
Expand Down

0 comments on commit 86f89df

Please sign in to comment.