Khan / Khan/structured-blocks

Color picker is cut off

Open
#90 1 comment 0 reactions 1 assignee Claimed by @jeresig View on GitHub
bug
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.

![screen shot 2014-12-01 at 8 26 00 pm](https://cloud.githubusercontent.com/assets/297042/5258002/cf84ffb8-7998-11e4-8a84-676905e0d439.png)

``` 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.