mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix: toast message not visible
When install plugin failed, it will yield an error toast. But attribute `z-index` of toast is `1090`, while `v-dialog` is `2400`
This commit is contained in:
@@ -105,6 +105,7 @@ onBeforeMount(() => {
|
|||||||
fullscreen
|
fullscreen
|
||||||
scrollable
|
scrollable
|
||||||
:scrim="false"
|
:scrim="false"
|
||||||
|
:z-index="1010"
|
||||||
transition="dialog-bottom-transition"
|
transition="dialog-bottom-transition"
|
||||||
>
|
>
|
||||||
<!-- Dialog Activator -->
|
<!-- Dialog Activator -->
|
||||||
|
|||||||
Reference in New Issue
Block a user