diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-07 16:18:39 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-07 16:18:39 +0300 |
| commit | 51c996bd7e964802233f031090a97b6e3786794d (patch) | |
| tree | b499f8af74de104d104ad17c629c3a876b224887 /src/components/popover/popover.vue | |
| parent | 4007ddbf325901f5ab27ba85a06c5c311ec6ea0a (diff) | |
boost z-index of popover
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 332a0398..4b3ad7da 100644 --- a/src/components/popover/popover.vue +++ b/src/components/popover/popover.vue @@ -37,7 +37,7 @@ } .popover { - z-index: 8; + z-index: 90; position: absolute; min-width: 0; } |
