preventing scrollbar by hidding overflow on celebration div
This commit is contained in:
parent
e3defd456a
commit
c01f2e4d12
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user