We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are using stacked overlays. (Modal over Modal). We disable body-scroll when modal is shown. using --body-scroll:false. This disables body scroll when the modal is opened. https://github.com/htmlstreamofficial/preline/blob/main/src/plugins/overlay/index.ts#L207
--body-scroll:false
When modal is closed we reset the body scroll behavior. (as shown here: https://github.com/htmlstreamofficial/preline/blob/main/src/plugins/overlay/index.ts#L262).
The closing modal should respect the configuration needed by the bottom Modal.
The text was updated successfully, but these errors were encountered:
Background We are using stacked overlays. (Modal over Modal). We disable body-scroll when modal is shown. using --body-scroll:false. This disables body scroll when the modal is opened. https://github.com/htmlstreamofficial/preline/blob/main/src/plugins/overlay/index.ts#L207 When modal is closed we reset the body scroll behavior. (as shown here: https://github.com/htmlstreamofficial/preline/blob/main/src/plugins/overlay/index.ts#L262). Bug The closing modal should respect the configuration needed by the bottom Modal.
Thanks for noticing! We will fix this in the next update.
Sorry, something went wrong.
Hey @naagas-syft - thanks for reporting the issue. We've just pushed the fixes in the v2.1.0 update. Thanks!
No branches or pull requests
Background
We are using stacked overlays. (Modal over Modal).
We disable body-scroll when modal is shown. using
--body-scroll:false
. This disables body scroll when the modal is opened.https://github.com/htmlstreamofficial/preline/blob/main/src/plugins/overlay/index.ts#L207
When modal is closed we reset the body scroll behavior. (as shown here:
https://github.com/htmlstreamofficial/preline/blob/main/src/plugins/overlay/index.ts#L262).
Bug
The closing modal should respect the configuration needed by the bottom Modal.
The text was updated successfully, but these errors were encountered: