-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
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
v4: can't scroll the window in standalone tests #15170
Comments
@manucorporat Let me know your thoughts on this |
manucorporat
added a commit
that referenced
this issue
Aug 17, 2018
manucorporat
added a commit
that referenced
this issue
Aug 17, 2018
manucorporat
added a commit
that referenced
this issue
Aug 29, 2018
manucorporat
added a commit
that referenced
this issue
Aug 29, 2018
manucorporat
added a commit
that referenced
this issue
Aug 29, 2018
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Visit a standalone test and try to scroll down.
I think we need to move the CSS rules for
body
so that they only get applied ifion-app
exists. The alternative is to split the extra CSS styles into smaller bundles to include so that we can only include the colors if needed.The text was updated successfully, but these errors were encountered: