-
Notifications
You must be signed in to change notification settings - Fork 167
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
An embedded component should not change page styles #5363
Comments
possible to make a sample project for us to debug? |
So the defaults described in https://github.com/vaadin/flow/blob/master/flow-server/src/main/java/com/vaadin/flow/component/page/BodySize.java#L41 should not be applied for embedded Flow case, nor the annotation values. |
Also, none of the global Lumo style modules should be included ( |
This should be retested as there was a fix for 2.2.0.alpha6 on this issue: #7005 |
Can't reproduce this neither with |
Just want to clarify here that the fix for this issue has not been picked to 2.1 / 14.1 intentionally. The fix is available in 14.2, so we recommend updating to that one. In case switching to 14.2 prereleases now is not possible and getting the fix to 14.1 would be critical, we could pick the change to 14.1, but we will do so only on request as there is some extra work to adapt the change there. |
Thanks @pleku. Any thoughts on when 14.2 will be released? We're looking to deploy in two weeks. |
Hi, I still have the same problems in 14.2.1. |
If you embed an exported web component, the margins for the
<body>
element disappears.The text was updated successfully, but these errors were encountered: