Skip to content

id for <Resize> #2

@vladp

Description

@vladp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions