Skip to content

Commit e22f4d2

Browse files
style: missing overflow
Signed-off-by: David Dal Busco <[email protected]>
1 parent 8f3d51e commit e22f4d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/icons/CloudIllustration/styles.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
opacity: 1;
5656
transform: translateY(0);
5757
}
58+
59+
svg {
60+
overflow: visible;
61+
}
5862
}
5963

6064
@property --anim {

0 commit comments

Comments
 (0)