aboutsummaryrefslogtreecommitdiff
path: root/src/components/modal/modal.vue
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2022-07-31 23:00:53 +0000
committerWeblate <noreply@weblate.org>2022-07-31 23:00:53 +0000
commit71d9bbb56bf0927ce29e926e6e717c5ac8304f20 (patch)
tree9093fda29c7b5f27cd74d38aba42f40ca0966daf /src/components/modal/modal.vue
parente0aeab04b8c1c296d2e16943f7333e05f5b2450b (diff)
parent33ad712852088f8b99a82ec561733d41d63b0034 (diff)
Merge remote-tracking branch 'origin/develop' into develop
Diffstat (limited to 'src/components/modal/modal.vue')
-rw-r--r--src/components/modal/modal.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue
index 9394efff..52d8d27e 100644
--- a/src/components/modal/modal.vue
+++ b/src/components/modal/modal.vue
@@ -22,6 +22,9 @@ export default {
default: false
}
},
+ provide: {
+ popoversZLayer: 'modals'
+ },
computed: {
classes () {
return {
@@ -35,7 +38,7 @@ export default {
<style lang="scss">
.modal-view {
- z-index: 2000;
+ z-index: var(--ZI_modals);
position: fixed;
top: 0;
left: 0;