/* Fondo del modal */ .modal-overlay { position: fixed; top: 0; @@ -163,7 +177,6 @@ onUnmounted(() => { z-index: 999; } /* Contenido del modal */ .modal-content { background: white; padding: 20px; 27 changes: 25