Skip to content

Commit b3076f8

Browse files
committed
Update +page.svelte
1 parent 0ff32e3 commit b3076f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/routes/party/+page.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<iframe src="https://shapelayer.notion.site/ebd/2025-PIMM-1927ad1110f680528ceed26ebb4ab425?pvs=73" frameborder="0" allowfullscreen />
22
<style>
33
iframe {
4+
position: fixed;
5+
top: 0;
6+
left: 0;
7+
bottom: 0;
8+
right: 0;
49
width: 100%;
510
height: 100%;
611
}

0 commit comments

Comments
 (0)