We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff32e3 commit b3076f8Copy full SHA for b3076f8
src/routes/party/+page.svelte
@@ -1,6 +1,11 @@
1
<iframe src="https://shapelayer.notion.site/ebd/2025-PIMM-1927ad1110f680528ceed26ebb4ab425?pvs=73" frameborder="0" allowfullscreen />
2
<style>
3
iframe {
4
+ position: fixed;
5
+ top: 0;
6
+ left: 0;
7
+ bottom: 0;
8
+ right: 0;
9
width: 100%;
10
height: 100%;
11
}
0 commit comments