Merge branch 'master' into fix_margin_in_previews
This commit is contained in:
commit
63568e5106
@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<VueFinalModal
|
<VueFinalModal
|
||||||
|
class="vfm-modal"
|
||||||
overlay-transition="vfm-fade"
|
overlay-transition="vfm-fade"
|
||||||
content-transition="vfm-fade"
|
content-transition="vfm-fade"
|
||||||
@closed="layoutStore.closeHovers"
|
@closed="layoutStore.closeHovers"
|
||||||
@ -7,7 +8,6 @@
|
|||||||
initialFocus: '#focus-prompt',
|
initialFocus: '#focus-prompt',
|
||||||
fallbackFocus: 'div.vfm__content',
|
fallbackFocus: 'div.vfm__content',
|
||||||
}"
|
}"
|
||||||
style="z-index: 9999999"
|
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
</VueFinalModal>
|
</VueFinalModal>
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="button button--flat"
|
class="button button--flat"
|
||||||
@click="layoutStore.currentPrompt?.confirm()"
|
@click="layoutStore.currentPrompt?.confirm"
|
||||||
tabindex="2"
|
tabindex="2"
|
||||||
>
|
>
|
||||||
{{ t("buttons.delete") }}
|
{{ t("buttons.delete") }}
|
||||||
|
|||||||
@ -178,3 +178,7 @@ html[dir="rtl"] .breadcrumbs a {
|
|||||||
.vue-number-input__button::after {
|
.vue-number-input__button::after {
|
||||||
background: var(--textSecondary) !important;
|
background: var(--textSecondary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vfm-modal {
|
||||||
|
z-index: 9999999 !important;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user