We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5b684 commit 6e6dcacCopy full SHA for 6e6dcac
src/routes/ot/+page.svelte
@@ -0,0 +1,12 @@
1
+<iframe src="https://embed.figma.com/proto/J9xsFliFWOz68FD4Pimfga/PIMM-'25-OT?node-id=71-2&p=f&scaling=contain&content-scaling=fixed&page-id=0%3A1&starting-point-node-id=71%3A2&embed-host=share" allowfullscreen frameborder="0"></iframe>
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
+ }
12
+</style>
0 commit comments