Closed mcmimik closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
There are a lot of cases where a Color Picker can be partially hidden if it's located in the element with
overflow: hidden
:Sandbox: https://codesandbox.io/s/5zy1m0809n
Solution It can be fixed by
appendPickerTo: '#element'
option and position recalculation in relation to it.Alternatives
position: fixed;
+ position recalculation can be also an option.