diff --git a/frontend/src/Editor.svelte b/frontend/src/Editor.svelte index 9519902..db332a2 100644 --- a/frontend/src/Editor.svelte +++ b/frontend/src/Editor.svelte @@ -68,6 +68,8 @@ .right { width: 40vw; height: 100%; + z-index: 20; + position: relative; } .left { @@ -111,7 +113,7 @@