react-dropzone-uploader icon indicating copy to clipboard operation
react-dropzone-uploader copied to clipboard

Styling issue - gap between border and clickable region

Open JeffreyCA opened this issue 4 years ago • 1 comments

Using macOS Catalina, Google Chrome, the dropzone is not being rendered correctly. There is a weird gap between the border and the white clickable region.

Removing the overflow: scroll in the .css seems to fix this issue.

Screen Shot 2020-04-20 at 10 25 34 PM

JeffreyCA avatar Apr 21 '20 02:04 JeffreyCA

Please add lessc to devDependencies instead of dependencies

shahednasser avatar Sep 11 '20 17:09 shahednasser

Please add lessc to devDependencies instead of dependencies

How should i do that?

s-pratyush avatar Sep 11 '20 17:09 s-pratyush

Run npm remove lessc then npm install lessc --save-dev

shahednasser avatar Sep 11 '20 17:09 shahednasser

Great thank you!

@all-contributors please add @Pratyush-Saxena for code and bug

shahednasser avatar Sep 12 '20 09:09 shahednasser

@shahednasser

I've put up a pull request to add @Pratyush-Saxena! :tada:

allcontributors[bot] avatar Sep 12 '20 09:09 allcontributors[bot]