casesandberg / casesandberg/react-color
Circle Picker Contents not centered
Open
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 920
- PR merge metrics
- No merged PRs in 30d
Description
I followed the css in your page for CirclePicker
```
const popover = {
position: 'absolute',
zIndex: '2',
}
const cover = {
position: 'fixed',
top: '0px',
right: '0px',
bottom: '0px',
left: '0px',
}
```
but it results in the attached image.

Could you perhaps please include a sample for circle picker? that also has a container background?
Contributor guide
Assessment
This issue has not been assessed yet.