@@ -443,6 +503,7 @@
.content {
display: flex;
flex-direction: column;
+ position: relative;
min-height: 0;
height: 100%;
max-height: 100%;
@@ -485,10 +546,6 @@
flex-direction: column;
}
- .content {
- position: relative;
- }
-
iframe {
width: 100%;
height: 100%;
@@ -499,6 +556,10 @@
background: var(--sk-back-2);
}
+ iframe:not(.loaded) {
+ display: none;
+ }
+
.editor-container {
position: relative;
background-color: var(--sk-back-3);
diff --git a/src/routes/tutorial/[slug]/Chrome.svelte b/src/routes/tutorial/[slug]/Chrome.svelte
index 46150b1a8..f313ca7b4 100644
--- a/src/routes/tutorial/[slug]/Chrome.svelte
+++ b/src/routes/tutorial/[slug]/Chrome.svelte
@@ -1,18 +1,38 @@
-