Skip to content

Commit

Permalink
Fix z-index for EditorButtons in playground of website
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jan 3, 2025
1 parent dedf82a commit 55e86dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/routes/playground/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default component$(() => {
<div class="flex flex-1 lg:relative">
<CodeEditor value={initialCode} model={model} onSave$={saveCode} />
<EditorButtons
class="!hidden lg:!absolute lg:right-10 lg:top-10 lg:!flex"
class="!hidden lg:!absolute lg:right-10 lg:top-10 lg:z-10 lg:!flex"
model={model}
executeCode$={executeCode}
/>
Expand Down

0 comments on commit 55e86dd

Please sign in to comment.