This repository was archived by the owner on Jun 3, 2020. It is now read-only.
This repository was archived by the owner on Jun 3, 2020. It is now read-only.
Cannot click the other elements #192
Open
Description
When it render react-sidebar component, it becomes that I cannot click any elements in the page.
Since the root element has the default style, it sets the layer above the other elements.
Am I missing something to configure?
root: {
position: "absolute",
top: 0,
left: 0,
right: 0,
bottom: 0,
overflow: "hidden"
},
Metadata
Metadata
Assignees
Labels
No labels