Skip to content

Modal doesn't pass style property to div #443

@springuper

Description

@springuper

Issue description

  • version #4.6.2
  • components: Modal

Steps to reproduce issue

<Modal isOpen={isOpen} toggle={this.onToggle} style={{ maxWidth: '95%' }}>

the style property doesn't apply on the final rendered div element. I checked the source code, and found that the problem does exist.

is it intended?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions