bezier-react
bezier-react copied to clipboard
When there is an `Overlay` inside the `Overlay`, pressing the outside of the `Overlay` does not close the `Overlay` inside
현재상황
https://user-images.githubusercontent.com/25701854/156973576-b297f4a1-79ae-4107-9e23-a141b4e82453.mov
재현 방법
https://github.com/channel-io/bezier-react/blob/7fbc0082d902db6b8ce34d6fe8f326fa7541c10c/src/components/Overlay/Overlay.tsx#L139-L150 현 구조상 Overlay 내부에 Overlay가 있으면 바깥 Overlay를 눌러도 닫히지 않습니다. 바깥 오버레이의 바깥 부분을 클릭하면 정상적으로 닫힙니다.