Skip to content

Commit

Permalink
Merge pull request #174 from colmedev/colmedev/z-index
Browse files Browse the repository at this point in the history
fix(styles): 🐛 fix the z-index of gradient-background class
  • Loading branch information
felixicaza authored Jul 17, 2024
2 parents 77fe6d2 + 2477888 commit 4524f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GradientBackground/GradientBackground.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const Class = className ? ` ${className}` : '';
width: 100%;
background: var(--gradient);
transform: translate(-50%, -50%);
z-index: -1;
}

@media (max-width: 480px) {
Expand Down

0 comments on commit 4524f58

Please sign in to comment.