processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.3k stars 1.27k forks source link

Fixed : Overflow in Upload Modal #2985

Closed Keshav-0907 closed 5 months ago

Keshav-0907 commented 5 months ago

Fixes #2983

Changes: Added a max-height and overflow :auto to the dropzone

https://github.com/processing/p5.js-web-editor/assets/91189139/b5b7fc50-eac4-4b53-adab-ea70f3a4f822

I have verified that this pull request: