Skip to content

Commit 58ffa60

Browse files
committed
Fix icon-crossfade clipping upload/save icons
1 parent 62728b9 commit 58ffa60

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/routes/+page.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,11 +1474,13 @@
14741474
justify-content: center;
14751475
width: 16px;
14761476
height: 16px;
1477+
overflow: visible;
14771478
}
14781479
14791480
.icon-crossfade-item {
14801481
position: absolute;
14811482
display: flex;
1483+
overflow: visible;
14821484
}
14831485
14841486
/* Logo overlay */

0 commit comments

Comments
 (0)