Skip to content

Commit 9793e64

Browse files
authored
prevent image viewer from taking over (sveltejs#79)
1 parent d6516ca commit 9793e64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/tutorial/[slug]/index.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@
475475
}
476476
477477
.editor-container {
478+
position: relative;
478479
background-color: var(--light-blue);
479480
}
480481
</style>

0 commit comments

Comments
 (0)