aboutsummaryrefslogtreecommitdiff
path: root/src/components/popover/popover.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-08 13:31:29 +0300
committerHenry Jameson <me@hjkos.com>2022-04-08 13:31:29 +0300
commit282e6812b38b5354b1f5a77297cf77ca7365397e (patch)
tree5287a673c69544d776977565ec55d71b016a2d70 /src/components/popover/popover.vue
parent6109fab14e4dac3a85ffa51ddfcd7e3aaef5149a (diff)
fix chats, boost popover's z-index some more
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 4b3ad7da..3f2a81f5 100644
--- a/src/components/popover/popover.vue
+++ b/src/components/popover/popover.vue
@@ -37,7 +37,7 @@
}
.popover {
- z-index: 90;
+ z-index: 500;
position: absolute;
min-width: 0;
}