Skip to content

Commit

Permalink
Fix zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
Babli04 committed May 28, 2024
1 parent 60d2f39 commit bf9223b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/pages/LoginStreak.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ export default function LoginStreak() {
return (
<>
{claimSuccess && (
<Notification withCloseButton={false} className='alerteles regpage' withBorder color="cyan" radius="lg" title="Sikeresen kiváltottad a napi jutalmad!">
<Notification withCloseButton={false} className='alerteles regpage' style={{
zIndex: 1
}} withBorder color="cyan" radius="lg" title="Sikeresen kiváltottad a napi jutalmad!">
A mai jutalmad: ${amount}!<br />Gyere vissza holnap is!
</Notification>
)}
Expand Down

0 comments on commit bf9223b

Please sign in to comment.