realtive position for cover

This commit is contained in:
Antoine M 2024-06-10 09:35:23 +02:00
parent 1926028b66
commit 77209aff16

View File

@ -108,7 +108,7 @@ dialog {
// transform: translateY(-50%); // transform: translateY(-50%);
} }
&__cover { &__cover {
@apply px-6 py-8 md:py-12 bg-neutral-50; @apply px-6 py-8 md:py-12 bg-neutral-50 relative;
align-self: center; align-self: center;
box-sizing: border-box; box-sizing: border-box;
order: -1; order: -1;