Skip to content

Commit 02e15a7

Browse files
committed
Fix styling for Imagine promo component
1 parent bc5837c commit 02e15a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/components/promos/imagine.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
position: relative;
2323
background-color: #000000;
2424
border: 0.795px solid var(--border-neutral-strong);
25+
overflow: hidden;
2526
}
2627
2728
.imagine-canvas {
2829
position: absolute;
30+
inset: 0;
2931
}
3032
3133
.imagine-logo {

0 commit comments

Comments
 (0)