preventing scrollbar by hidding overflow on celebration div

This commit is contained in:
Antoine M 2024-05-16 15:30:16 +02:00
parent e3defd456a
commit c01f2e4d12

View File

@ -4,6 +4,8 @@
&__celebration { &__celebration {
@apply absolute top-0 left-0 w-full h-full z-10; @apply absolute top-0 left-0 w-full h-full z-10;
pointer-events: none; pointer-events: none;
max-height: 100%;
overflow: hidden;
} }
&__celebration-confettis-fixe { &__celebration-confettis-fixe {
@apply absolute top-0 left-0 z-10 w-full; @apply absolute top-0 left-0 z-10 w-full;