diff --git a/src/pages/index.astro b/src/pages/index.astro index 7fb5659..1fef5a2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -409,7 +409,7 @@ platforms:${formData.platforms.map((p) => ` document.body.appendChild(instructionsModal); const modalContent = document.createElement('div'); - modalContent.className = 'bg-gray-900 rounded-xl p-8 max-w-3xl w-full mx-4 relative border border-white/10'; + modalContent.className = 'bg-gray-900 rounded-xl p-8 max-w-3xl w-full mx-4 relative border border-white/10 max-h-screen overflow-auto'; modalContent.innerHTML = `