fix: toast message not visible

When install plugin failed, `z-index` of toast is `1090` while `v-dialog` is `2400`.
This commit is contained in:
maicss
2024-02-29 09:48:23 +08:00
committed by GitHub
parent 0e8203ae03
commit c0517cd29a

View File

@@ -105,6 +105,7 @@ onBeforeMount(() => {
fullscreen
scrollable
:scrim="false"
:z-index="1010"
transition="dialog-bottom-transition"
>
<!-- Dialog Activator -->