aboutsummaryrefslogtreecommitdiff
path: root/src/components/popover/popover.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/popover/popover.vue')
-rw-r--r--src/components/popover/popover.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue
index 8f6ef2e6..6103fbdc 100644
--- a/src/components/popover/popover.vue
+++ b/src/components/popover/popover.vue
@@ -42,6 +42,8 @@
z-index: 500;
position: absolute;
min-width: 0;
+ box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
+ box-shadow: var(--popupShadow);
}
.popover-default {