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
When using regular spacing, no scrollbar is appearing :
ResponsiveRow row = layout.addRow().withMargin(ResponsiveRow.MarginSize.SMALL).withSpacing(true) row.addColumn().withDisplayRules(12, 12, 6, 6).withComponent(panel1) row.addColumn().withDisplayRules(12, 12, 6, 6).withComponent(panel2)
result :
When using small spacing, a scrollbar is appearing :
ResponsiveRow row = layout.addRow().withMargin(ResponsiveRow.MarginSize.SMALL).withSpacing(ResponsiveRow.SpacingSize.SMALL, true) row.addColumn().withDisplayRules(12, 12, 6, 6).withComponent(panel1) row.addColumn().withDisplayRules(12, 12, 6, 6).withComponent(panel2)
Result :
Using only horizontal spacing (with small margin) : no scrollbar Using only vertical spacing (with small margin) : scroll bar
Thanks.
The text was updated successfully, but these errors were encountered:
What update was this issue reintroduced in?
Sorry, something went wrong.
Vaadin 7.7.7 responsive-layout 1.3.4
No branches or pull requests
When using regular spacing, no scrollbar is appearing :
result :
When using small spacing, a scrollbar is appearing :
Result :
Using only horizontal spacing (with small margin) : no scrollbar
Using only vertical spacing (with small margin) : scroll bar
Thanks.
The text was updated successfully, but these errors were encountered: