Add missing style back

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-05-05 12:05:25 +02:00
parent 3dd3e67a63
commit 2fc245f871

View file

@ -89,3 +89,8 @@
transform-origin: center center;
animation: heartbeat 1.5s ease-in-out infinite both;
}
.ptr,
.ptr__children {
@apply overflow-visible #{!important};
}