Exploring React and Javascript, I've been working on a project in Codesandbox. I attempted to add a "click to open" functionality that triggers a popup, but it seems like CSS and click interactions don't always play nicely together.
In the project, I'm aiming for the overlay to slide out and reveal a button that can be clicked. Is there a way to redesign this using Reactjs Components so that the overlay itself can receive clicks?
Any advice or insights on how to achieve this would be greatly appreciated!