Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dist/react-pure-modal.min.css

This file was deleted.

1 change: 0 additions & 1 deletion dist/react-pure-modal.min.js

This file was deleted.

4 changes: 1 addition & 3 deletions src/react-pure-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
}
.pure-modal-backdrop:not(.scrollable) .panel {
grid-template-rows: min-content minmax(0, 1fr) min-content;
max-height: -moz-available;
max-height: -webkit-fill-available;
max-height: fill-available;
position: relative;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check the case when one modal opens from another modal. Positioning could broke backdrop

height: 100%;
}

Expand Down