logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: e5f0f95356fcae36310c98571b8ab8df9fbce958
parent 21f7cb39a8e0cdac3034ae17f8ec6ea2b84ee128
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 11 Apr 2022 00:20:27 +0300

fix dropzone

Diffstat:

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

diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue @@ -572,7 +572,7 @@ .drop-indicator { position: absolute; - z-index: 1; + z-index: 100; width: 100%; height: 100%; font-size: 5em;