Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and drop is not working on safari #75

Open
dayakumar-designway opened this issue Aug 3, 2021 · 1 comment
Open

Drag and drop is not working on safari #75

dayakumar-designway opened this issue Aug 3, 2021 · 1 comment

Comments

@dayakumar-designway
Copy link

Hi,

Drag and drop is not working on safari version >13.1.2.

Tested on safari version (13.1.2).

@gaurav-kerkar
Copy link

Hi,

I was facing the same issue and I fixed this using this simple CSS code.
.uploader-wrapper {
position: relative;
}

.file-input {
display: block !important;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
}

Note: Add "uploader-wrapper" as the parent class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants