Comparto el style de Modal.vue
<style scoped>
.modal {
z-index: 2;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: white;
}
.head {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 24px 24px;
box-sizing: border-box;
}
p {
margin: 0;
font-size: 1.5rem;
color: var(--brand-blue);
}
</style>
¿Quieres ver más aportes, preguntas y respuestas de la comunidad? Crea una cuenta o inicia sesión.