Fix modal header shadow

This commit is contained in:
James Lyne 2022-06-28 13:45:01 +01:00
parent 6bf1cdf73c
commit 94b7bb9849

View File

@ -138,6 +138,7 @@ export default defineComponent({
position: relative;
padding: 2rem 3rem 0;
text-align: center;
box-shadow: none;
}
.modal__close {