Skip to content

Commit

Permalink
fix(recording): dialog z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 8, 2021
1 parent 28df48b commit 1ecfc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/internals/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function onClick(e: MouseEvent) {
<div
v-show="value"
ref="container"
class="fixed top-0 bottom-0 left-0 right-0 grid"
class="fixed top-0 bottom-0 left-0 right-0 grid z-20"
bg="black opacity-80"
@click="onClick"
>
Expand Down

0 comments on commit 1ecfc48

Please sign in to comment.