Skip to content

Commit

Permalink
Merge pull request #229 from RyanCoulsonCA/fix-222
Browse files Browse the repository at this point in the history
fix unsaved changes modal appearing under editor content
  • Loading branch information
yileifeng authored Jun 6, 2023
2 parents d47f976 + 20e955a commit 036f13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editor/editor.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<!-- If the configuration file is being fetched, display a spinner to indicate loading. -->
<div class="editor-container">
<div class="editor-header sticky flex items-center border-b border-black bg-gray-200 py-2 px-2">
<div class="editor-header sticky flex items-center border-b border-black bg-gray-200 py-2 px-2 z-10">
<span class="mx-1">
<router-link :to="{ name: 'home' }" class="mt-1 flex justify-center h-full w-full" target>
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18.001" viewBox="0 0 18 18.001">
Expand Down

0 comments on commit 036f13c

Please sign in to comment.