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, 1 insertions, 1 deletions
diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue
index 5c45be73..0d37328e 100644
--- a/src/components/popover/popover.vue
+++ b/src/components/popover/popover.vue
@@ -46,7 +46,7 @@
z-index: 90000;
position: fixed;
min-width: 0;
- max-width: 90vw;
+ max-width: calc(100vw - 20px);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: var(--popupShadow);
}