plate icon indicating copy to clipboard operation
plate copied to clipboard

color picker was covered by table

Open StarHosea opened this issue 2 years ago • 2 comments

Description

image

Steps

offical site demo

Sandbox

https://codesandbox.io/s/plate-playground-v1-2mh1c

Expectation

Environment

  • slate:
  • slate-react:
  • browser: chrome

StarHosea avatar Apr 27 '22 01:04 StarHosea

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.

dylans avatar Apr 27 '22 05:04 dylans

I think it is a css bug, table's z-index is larger than color picker , which make color picker cannot be clicked. image

StarHosea avatar Apr 27 '22 06:04 StarHosea

Fixed in v22 https://github.com/udecode/plate/pull/2472

zbeyens avatar Jul 07 '23 15:07 zbeyens