fix: solid modal background — backdrop-filter causes flash on animated elements

This commit is contained in:
Usman Baig
2026-03-25 23:22:51 +01:00
parent 603e910d40
commit 941dcd73ce

View File

@@ -391,7 +391,7 @@ export default function UnifiedSettingsModal() {
className="fixed inset-0 z-[61] flex items-center justify-center p-4 pointer-events-none" className="fixed inset-0 z-[61] flex items-center justify-center p-4 pointer-events-none"
> >
<div <div
className="pointer-events-auto w-full max-w-3xl h-[85vh] bg-neutral-900/65 backdrop-blur-3xl backdrop-saturate-150 supports-[backdrop-filter]:bg-neutral-900/60 border border-white/[0.08] rounded-2xl shadow-xl shadow-black/20 flex flex-col overflow-hidden" className="pointer-events-auto w-full max-w-3xl h-[85vh] bg-neutral-900 border border-white/[0.08] rounded-2xl shadow-xl shadow-black/20 flex flex-col overflow-hidden"
onClick={e => e.stopPropagation()} onClick={e => e.stopPropagation()}
> >
{/* Header */} {/* Header */}