-
Notifications
You must be signed in to change notification settings - Fork 2k
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
content does not get wrapped on mobile devices #1221
Comments
The body tag has the attributes "fullbleed layout vertical" |
I now added |
Seems odd to do |
I also tried this. Has the same effect. Meanwhile I solved the problem with
|
Glad to know it worked - it just looked weird and I wondered if there was any subtle difference I didn't know about. Anyway, I doubt it makes any difference in this case, but I think using a class selector is quite a bit faster that using an attribute selector....but I'm no expert. Glad you fixed the problem whatever the cause :) |
I created the following html structure:
If I put content inside the div element with class="content" then this content does not get wrapped on mobile devices and there is also no horizontal scrollbar available. So the content gets cut!
An example of this problem can be found under http://www.studiodaria.de/newsite/index.html .
I'm using Polymer 0.5.1
The text was updated successfully, but these errors were encountered: