diff options
Diffstat (limited to 'src/components/popover/popover.vue')
| -rw-r--r-- | src/components/popover/popover.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue index 25ce32fb..977c3559 100644 --- a/src/components/popover/popover.vue +++ b/src/components/popover/popover.vue @@ -44,7 +44,7 @@ .popover { z-index: 90000; - position: absolute; + position: fixed; min-width: 0; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); box-shadow: var(--popupShadow); |
