Skip to content
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

ContentGroups can be rendered off screen #1

Closed
yusinto opened this issue Jul 21, 2018 · 1 comment
Closed

ContentGroups can be rendered off screen #1

yusinto opened this issue Jul 21, 2018 · 1 comment

Comments

@yusinto
Copy link
Owner

yusinto commented Jul 21, 2018

In some cases where the content group width is large and the viewport is small, the content group is rendered off screen. This is common for the left most or right most content groups. See screenshot below. The solution is to detect the left position of the content group prior to rendering it. If the left position is off screen, move it so that it's just on-screen.

off-screen-issue

@yusinto
Copy link
Owner Author

yusinto commented Jul 26, 2018

This has been fixed in release v0.2.2

@yusinto yusinto closed this as completed Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant