logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 155e7aa117a4bc7a249e0674c14379a6b461f63c
parent f3a79cdb97bf2867f290694b35746283c9ab2c5c
Author: Henry Jameson <me@hjkos.com>
Date:   Thu, 19 Dec 2024 13:44:52 +0200

fix chevron missing its dropdown icon

Diffstat:

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

diff --git a/src/components/select/select.vue b/src/components/select/select.vue @@ -84,7 +84,7 @@ label.Select { width: 0.875em; font-family: var(--font); line-height: 2; - z-index: 0; + z-index: 1; pointer-events: none; } }