Skip to content

Commit

Permalink
Merge pull request #127 from ankitkarna99/fix/z-index
Browse files Browse the repository at this point in the history
Fixed z-index on next nft
  • Loading branch information
flashburst committed Dec 1, 2023
2 parents 817fe85 + cc65ac5 commit 1ef200f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/HomePersona.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@

.text {
position: absolute;
z-index: 1000;
z-index: 90;
text-align: center;
color: colors.$gray-500;
@include styles.text-md;
Expand Down

0 comments on commit 1ef200f

Please sign in to comment.