diff --git a/src/components/modals/gift/UniqueGiftHeader.module.scss b/src/components/modals/gift/UniqueGiftHeader.module.scss index de1e4827b..d85a9adfd 100644 --- a/src/components/modals/gift/UniqueGiftHeader.module.scss +++ b/src/components/modals/gift/UniqueGiftHeader.module.scss @@ -67,7 +67,6 @@ .radialPattern { position: absolute; - z-index: -1; inset: -5%; } diff --git a/src/components/modals/gift/preview/GiftPreviewModal.module.scss b/src/components/modals/gift/preview/GiftPreviewModal.module.scss index 00deedcd8..927b1494c 100644 --- a/src/components/modals/gift/preview/GiftPreviewModal.module.scss +++ b/src/components/modals/gift/preview/GiftPreviewModal.module.scss @@ -28,7 +28,7 @@ overflow-y: scroll; display: grid; grid-auto-rows: max-content; - grid-template-columns: repeat(3, 1fr); + grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.5rem; padding: 0.5rem; diff --git a/src/components/modals/gift/preview/GiftPreviewModal.tsx b/src/components/modals/gift/preview/GiftPreviewModal.tsx index ca7d63c83..e4fa2d28b 100644 --- a/src/components/modals/gift/preview/GiftPreviewModal.tsx +++ b/src/components/modals/gift/preview/GiftPreviewModal.tsx @@ -282,7 +282,7 @@ const GiftPreviewModal = ({ modal, animationLevel }: OwnProps & StateProps) => { patternAttribute={selectedPattern} title={originGift?.title} subtitle={lang('GiftPreviewSelectedTraits')} - noLoop={isPlayingRandomPreviews} + noLoop onStickerAnimationEnded={handleStickerAnimationEnded} >