Skip to content

Commit 297acb8

Browse files
authored
Merge pull request #97 from cividi/fix/left-panel-z-index
Fix: Workspace modal z-index
2 parents 28574e2 + 7c555f4 commit 297acb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/views/Workspace.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<v-overlay
6868
absolute="absolute"
6969
opacity="0.2"
70-
z-index="1000"
70+
z-index="1002"
7171
:value="!!editing"
7272
>
7373
<snapshot-edit

0 commit comments

Comments
 (0)