chore(Modal): increase z-index

This commit is contained in:
Benjamin Canac
2022-06-30 13:52:57 +02:00
parent 7f7b158b7e
commit f98253c255

View File

@@ -1,6 +1,6 @@
<template>
<TransitionRoot :appear="appear" :show="isOpen" as="template">
<Dialog class="relative z-20" @close="close">
<Dialog class="relative z-50" @close="close">
<div class="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0">
<TransitionChild
as="template"