chatgpt codex: told to spice up ui

This commit is contained in:
2025-12-28 00:33:35 +02:00
parent 6202f842b6
commit d12cf3b649
3 changed files with 91 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ export function GameLaunchDialog() {
return (
<div
className="fixed inset-0 z-[70] flex items-center justify-center bg-mantle/70 backdrop-blur-sm"
className="fixed inset-0 z-200 flex items-center justify-center bg-mantle/70 backdrop-blur-sm"
onClick={closeGameLaunch}
>
<div
@@ -104,7 +104,7 @@ export function GameLaunchDialog() {
{launchTimeouted ? (
<Button
onClick={handleDownloadClick}
className="w-full rounded-full"
className="w-full rounded-full z-50 pointer-events-auto"
>
Download Roblox
</Button>