diff options
Diffstat (limited to 'src/components')
| -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 528c4fb2..25ce32fb 100644 --- a/src/components/popover/popover.vue +++ b/src/components/popover/popover.vue @@ -43,7 +43,7 @@ } .popover { - z-index: 500; + z-index: 90000; position: absolute; min-width: 0; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); |
