From f3c2acfae76ce6548428bd7704cee527f514eec8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 3 Oct 2025 10:12:55 -0300 Subject: [PATCH] fixes --- public/buyModal.js | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/public/buyModal.js b/public/buyModal.js index 9cc7831..a31d074 100644 --- a/public/buyModal.js +++ b/public/buyModal.js @@ -24,7 +24,6 @@ function createModal() { position: relative; font-family: 'Arial', sans-serif; box-shadow: 0 10px 25px rgba(0,0,0,0.2); - transition: transform 0.3s ease; ">

- - - - + + + +
- - + +
- + - + ">Buy Now
Close + ">Close
`; document.body.appendChild(modal); - // Close modal document.getElementById("closeModal").onclick = () => { modal.style.display = "none"; }; modal.onclick = (e) => { if (e.target === modal) modal.style.display = "none"; };