Skip to content

Commit

Permalink
Merge pull request #154 from invopop/relative_wrapper
Browse files Browse the repository at this point in the history
Add relative wrapper so inset stick to the parent
  • Loading branch information
beliolfa authored Sep 19, 2024
2 parents b786e57 + c285d99 commit 6763968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/EnvelopeEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@
};
</script>

<div class="@container flex flex-col h-full editor">
<div class="flex-1 overflow-hidden">
<div class="@container flex flex-col h-full">
<div class="flex-1 overflow-hidden relative">
<div class="h-full absolute inset-0 flex flex-col">
<div class="flex-1 overflow-auto">
{#if editorView === "code"}
Expand Down

0 comments on commit 6763968

Please sign in to comment.