plate
plate copied to clipboard
color picker was covered by table
Description
Steps
offical site demo
Sandbox
https://codesandbox.io/s/plate-playground-v1-2mh1c
Expectation
Environment
- slate:
- slate-react:
- browser: chrome
I think the original thinking was that some translucency would let you see the content as the color gets applied if the color picker obstructs the content, but I agree that this does not look great.
I think it is a css bug, table's z-index is larger than color picker , which make color picker cannot be clicked.
Fixed in v22 https://github.com/udecode/plate/pull/2472