fix: Modal Toast zIndex
This commit is contained in:
parent
8b6b6b622e
commit
111d3a5e1e
@ -7,7 +7,7 @@
|
|||||||
initialFocus: '#focus-prompt',
|
initialFocus: '#focus-prompt',
|
||||||
fallbackFocus: 'div.vfm__content',
|
fallbackFocus: 'div.vfm__content',
|
||||||
}"
|
}"
|
||||||
style="z-index: 9999999"
|
:z-index-fn="() => 9999"
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
</VueFinalModal>
|
</VueFinalModal>
|
||||||
|
|||||||
@ -92,6 +92,10 @@ main {
|
|||||||
width: calc(100% - 19em);
|
width: calc(100% - 19em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.filebrower-toast {
|
||||||
|
z-index: 10000;
|
||||||
|
}
|
||||||
|
|
||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
height: 3em;
|
height: 3em;
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
|
|||||||
@ -37,6 +37,7 @@ app.use(Toast, {
|
|||||||
transition: "Vue-Toastification__bounce",
|
transition: "Vue-Toastification__bounce",
|
||||||
maxToasts: 10,
|
maxToasts: 10,
|
||||||
newestOnTop: true,
|
newestOnTop: true,
|
||||||
|
containerClassName: "filebrower-toast",
|
||||||
} satisfies PluginOptions);
|
} satisfies PluginOptions);
|
||||||
|
|
||||||
app.use(vfm);
|
app.use(vfm);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user