We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bda71 commit 22f211fCopy full SHA for 22f211f
1 file changed
src/components/dropzone/Dropzone.vue
@@ -213,10 +213,10 @@ defineSlots<{
213
214
<style lang="postcss">
215
.dropzone {
216
- @apply cursor-pointer block w-full;
+ @apply cursor-pointer block w-full relative;
217
218
&__input {
219
- @apply hidden;
+ @apply absolute w-[.1px] h-[.1px] opacity-0 overflow-hidden -z-1 bottom-0 right-0;
220
}
221
222
* {
0 commit comments