aboutsummaryrefslogtreecommitdiff
path: root/src/components/popover/popover.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-06-13 01:36:41 +0300
committerHenry Jameson <me@hjkos.com>2022-06-13 01:36:41 +0300
commit97e4a3d8e52bc2255f4be23967a2223f5e458a67 (patch)
tree2ae833565de7abd17d96c84b086acb844b61fa42 /src/components/popover/popover.vue
parent85de0927faf5cece654c6816bd43f77114f0b4df (diff)
fix popovers in modals
Diffstat (limited to 'src/components/popover/popover.vue')
-rw-r--r--src/components/popover/popover.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue
index 528c4fb2..25ce32fb 100644
--- a/src/components/popover/popover.vue
+++ b/src/components/popover/popover.vue
@@ -43,7 +43,7 @@
}
.popover {
- z-index: 500;
+ z-index: 90000;
position: absolute;
min-width: 0;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);