Closed nadeemja closed 6 years ago
@nadeemja Can you confirm if the body has the following inline styles:-
style="overflow: initial; height: initial;"
Hi!
Thanks for replying so quickly.
There were no such inline styles. I couldn't find anything in the docs about this?
In any case, it works when I add this to the stylesheet:
body {
overflow: initial;
height: initial;
}
Thank you so much for helping! I really love your work :)
Hmm..that's strange. Are you including the library directly from the CDN? Otherwise if installed via npm could you please confirm if the version is > 0.2.0
?
Hi,
I'm running 0.2.1
. Should I downgrade?
No it should work fine. A few more questions.
Hi,
I'm using it with Meteor via NPM.
If I recall correctly, Meteor does some interesting things when deciding what should go into the body-tag. Might be the culprit.
I'm using Chrome Version 62.0.3202.94 (Official Build) (64-bit).
Not sure how to answer your last two questions, as I'm just getting started using MicroModal.
@nadeemja I can't reproduce this issue. Are you still having this problem?
No :)
Great to hear that.
Hi,
I'm doing this:
But, the body is still scrolling.
How to debug?