-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Thank you for making the component available.
Very useful to build a resizable layout.
I had to add 'position:inherited' to the Resize component, otherwise, it overlaps my whole screen and covers up the React-bootstrap Navigation menu on top.
to add position: inherited !important, I needed to specify the ID of the component. However it seems like there is no option for it.
So I used
[data-resize-id="0"] {
position: inherit !important;
}
Is that possible to assign my own id to the element ?
thank you
Metadata
Metadata
Assignees
Labels
No labels