diff --git a/src/app/layouts/SimplePageLayout.tsx b/src/app/layouts/SimplePageLayout.tsx index 1cb9fb487..ec3fd469b 100644 --- a/src/app/layouts/SimplePageLayout.tsx +++ b/src/app/layouts/SimplePageLayout.tsx @@ -24,7 +24,7 @@ const SimplePageLayout: FC = ({ isConfirmationPopup = fal className={classNames( 'min-h-screen', 'flex flex-col', - popup && !isConfirmationPopup && 'bg-gray-100 bg-no-repeat' + popup && !isConfirmationPopup && 'bg-gray-100 bg-no-repeat bg-contain' )} style={{ backgroundImage: isConfirmationPopup ? undefined : `url(${ChristmasBgPopupImg})` }} > diff --git a/src/app/misc/christmas-popup-bg.png b/src/app/misc/christmas-popup-bg.png index e3c90bc59..a2e758948 100644 Binary files a/src/app/misc/christmas-popup-bg.png and b/src/app/misc/christmas-popup-bg.png differ