diff --git a/src/components/media_upload/media_upload.vue b/src/components/media_upload/media_upload.vue index e955aa72..2920387e 100644 --- a/src/components/media_upload/media_upload.vue +++ b/src/components/media_upload/media_upload.vue @@ -19,7 +19,7 @@ v-if="uploadReady" :disabled="disabled" type="file" - style="position: fixed; top: -100em" + style="position: fixed; top: -100em; max-width: 0; max-height: 0" multiple="true" @change="change" >