Skip to content

Commit 7c555f4

Browse files
committed
fix(vue/Workspace): 🐛 modal z-index
is now above snapshot nav
1 parent 28574e2 commit 7c555f4

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)