diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/home/components/PopupBannerPromotion.jsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/home/components/PopupBannerPromotion.jsx b/src/lib/home/components/PopupBannerPromotion.jsx index 6700030a..1463840a 100644 --- a/src/lib/home/components/PopupBannerPromotion.jsx +++ b/src/lib/home/components/PopupBannerPromotion.jsx @@ -180,16 +180,16 @@ const PagePopupInformation = () => { const banner = data[0]; return ( - <div className="fixed top-[50px] left-[120px] z-[9999] pointer-events-none" + <div className="fixed z-[9999] pointer-events-none" style={{ - top: '50px', + bottom: '125px', left: `${containerLeft - 125}px`, }}> <div ref={popupRef} className={`absolute pointer-events-auto ${isSnapping ? 'transition-transform duration-300 ease-out' : ''}`} style={{ - transform: `translate(${position.x}px, ${position.y}px)`, + transform: `translate(${position.x}px, 0px)`, cursor: 'grab', width: '85px', }} |
