aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-11 00:20:27 +0300
committerHenry Jameson <me@hjkos.com>2022-04-11 00:20:27 +0300
commite5f0f95356fcae36310c98571b8ab8df9fbce958 (patch)
treee608972a3c3d564b92827e71dac2038c5bd5d77e /src
parent21f7cb39a8e0cdac3034ae17f8ec6ea2b84ee128 (diff)
fix dropzone
Diffstat (limited to 'src')
-rw-r--r--src/components/post_status_form/post_status_form.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index d6595354..47b8a213 100644
--- 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;