Skip to content

Commit

Permalink
fix: remove top 0 style
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Caúla committed Dec 19, 2023
1 parent e56763b commit 2c44ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/components/SponsoredBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const SponsoredBadge = ({

const containerClasses = classNames(
handles.sponsoredBadgeContainer,
'absolute top-0 z-1'
'absolute z-1'
)

const textClasses = classNames(
Expand Down

0 comments on commit 2c44ddd

Please sign in to comment.