logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 51c996bd7e964802233f031090a97b6e3786794d
parent 4007ddbf325901f5ab27ba85a06c5c311ec6ea0a
Author: Henry Jameson <me@hjkos.com>
Date:   Thu,  7 Apr 2022 16:18:39 +0300

boost z-index of popover

Diffstat:

Msrc/components/popover/popover.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }