diff --git a/components/StagingBanner.tsx b/components/StagingBanner.tsx index 17809b9..8157353 100644 --- a/components/StagingBanner.tsx +++ b/components/StagingBanner.tsx @@ -37,7 +37,13 @@ export function StagingBanner() { animate={{ scale: 1, opacity: 1, x: 0, y: 0 }} exit={{ scale: 0, opacity: 0 }} transition={{ type: "spring", damping: 20, stiffness: 300 }} - className="fixed bottom-6 right-6 z-50 max-w-sm" + className="fixed z-50 max-w-sm" + style={{ + bottom: '1.5rem', + right: '1.5rem', + top: 'auto', + left: 'auto' + }} >