diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-11 00:20:27 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-11 00:20:27 +0300 |
| commit | e5f0f95356fcae36310c98571b8ab8df9fbce958 (patch) | |
| tree | e608972a3c3d564b92827e71dac2038c5bd5d77e | |
| parent | 21f7cb39a8e0cdac3034ae17f8ec6ea2b84ee128 (diff) | |
fix dropzone
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 2 |
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; |
