diff options
| -rw-r--r-- | src/components/popover/popover.vue | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue index f4e399bf..0cc0949c 100644 --- a/src/components/popover/popover.vue +++ b/src/components/popover/popover.vue @@ -58,11 +58,11 @@ &::after { content: ""; position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - z-index: 3; + top: -1px; + bottom: -1px; + left: -1px; + right: -1px; + z-index: -1px; box-shadow: var(--shadow); pointer-events: none; } |
