ux(agenda): overlay transparente atras do modal de novo agendamento

- remove bg-black/50 + backdrop-blur do AppointmentModal

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
VPS 4 Builder
2026-06-09 22:45:01 +02:00
parent 0fa27f9279
commit c6877b2307
+1 -1
View File
@@ -218,7 +218,7 @@ const AppointmentModal: React.FC<{
if (!isOpen) return null;
return (
<div className="fixed inset-0 bg-black/50 z-50 flex items-center justify-center backdrop-blur-sm p-0">
<div className="fixed inset-0 z-50 flex items-center justify-center p-0">
{conflito && (
<div className="absolute inset-0 z-[60] bg-black/40 flex items-center justify-center p-4" onClick={() => setConflito(null)}>
<div className="bg-white rounded-2xl shadow-2xl w-full max-w-md p-6" onClick={e => e.stopPropagation()}>