Color picker is cut off
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Once program gets long and you have a command at the end, the color picker is cut off. This was on Desktop/Chrome, on a new program. Maybe we can flow it outside, or auto-expand the editor downwards.

``` js
background(117, 237, 255);
noStroke();
fill(255, 255, 0);
ellipse(202, 208, 300, 300);
fill(0, 0, 0);
ellipse(157, 151, 40, 40);
ellipse(304, 142, 40, 40);
fill(255, 0, 0);
ellipse(257, 240, 120, 136);
strokeWeight(26);
stroke(255, 0, 255);
line(165, 115, 300, 108);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.