ux(modal): overlay do StackModal transparente (bg-black/0)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
VPS 4 Builder
2026-06-10 18:21:51 +02:00
parent aae881fa6d
commit 706c6dc5a8
+1 -1
View File
@@ -38,7 +38,7 @@ export const StackModal: React.FC<{ isOpen: boolean; onClose: () => void; root:
const canBack = stack.length > 1;
return (
<div className={`fixed inset-0 bg-black/40 z-[70] flex items-end sm:items-center justify-center ${fullscreen ? '' : 'sm:p-4'}`}>
<div className={`fixed inset-0 bg-black/0 z-[70] flex items-end sm:items-center justify-center ${fullscreen ? '' : 'sm:p-4'}`}>
<div
className={`bg-white shadow-2xl flex flex-col overflow-hidden transition-all duration-300 w-full ${
fullscreen