Skip to content

Commit

Permalink
fix: dialog mask add z-index (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
recallwei committed Apr 20, 2023
1 parent b20aacf commit 07ebe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/createTemplatePromise/demo.vue
Expand Up @@ -38,7 +38,7 @@ function asyncFn() {
</button>
</div>
<TemplatePromise v-slot="{ resolve, args, isResolving }">
<div class="fixed inset-0 bg-black/10 flex items-center">
<div class="fixed inset-0 bg-black/10 flex items-center z-30">
<dialog open class="border-gray/10 shadow rounded ma">
<div>Dialog {{ args[0] }}</div>
<p>Open console to see logs</p>
Expand Down

0 comments on commit 07ebe33

Please sign in to comment.