casesandberg / casesandberg/react-color

Circle Picker Contents not centered

Open
#680 0 comments 0 reactions 0 assignees View on GitHub
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.
![circlepicker](https://user-images.githubusercontent.com/3955470/74496659-57416600-4f16-11ea-952b-835d37d39059.png)

Could you perhaps please include a sample for circle picker? that also has a container background?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.