Skip to content

Commit

Permalink
add relative wrapper so inset stick to the parent
Browse files Browse the repository at this point in the history
  • Loading branch information
beliolfa committed Sep 19, 2024
1 parent b786e57 commit c285d99
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 c285d99

Please sign in to comment.