Skip to content

reactstrap modal.js show function alway use 'style.position = "relative"'  #529

@yjs301

Description

@yjs301

Issue description

The modal form is always out of the parent div tag.

I want to put this modal popup in div tag classnamed 'wrapper01'.
This 'wrapper01' has css style 'position: relative' for parent view.

but the modal is always use 'position: relative', so I can't put this modal popup in my parent 'wrapper01'.

here is my html map.

3

I think 'show()' function in the modal.js has the static position style 'relative'.

1

I want to put more elements like 'position: absolute' , 'top: 100px'. so I use this modal popup in my parent div tag.

Can it be fixed?

  • version: 4.8.0
  • components: modal.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions