sakhnyuk / rc-scrollbars

React scrollbars component
https://rc-scrollbars.vercel.app/
MIT License
145 stars 14 forks source link

RC Scrollbars hidding Chraka's Popover #30

Open delucca opened 2 years ago

delucca commented 2 years ago

Description

Hi everyone! When I'm using RC Scrollbars I can't use a Popover component inside of it. For some reason, it simply won't work.

Link to Reproduction

https://codesandbox.io/s/chakra-scrollbars-5t49x?file=/src/index.tsx

Steps to reproduce

  1. Click on the first button. You will see it works without the Scrollbars;
  2. Click on the first button. You will see it don't work with Scrollbars

Additional Information

Related to chakra-ui#4709