Skip to content

Scroll=False breaks z-indexing for modals #3648

@mhartington

Description

@mhartington

if you have an ion-content, set the scroll to false and then open the modal, it breaks some z-index.

http://codepen.io/mhartington/pen/EjjmGK

If you comment out this style or change the value to 10, it fixes the issue, but not sure what it breaks.

.scroll-content-false, .menu .scroll-content.scroll-content-false {
  z-index: 11;
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions