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:
@@ -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()}>
|
||||
|
||||
Reference in New Issue
Block a user