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

Zoomed cluster view compresses Y axis #329

Open
colinallen opened this issue Jun 26, 2018 · 4 comments
Open

Zoomed cluster view compresses Y axis #329

colinallen opened this issue Jun 26, 2018 · 4 comments

Comments

@colinallen
Copy link
Member

colinallen commented Jun 26, 2018

If you zoom in on the cluster view and refresh, you get a view that is hard to use...

image

@colinallen
Copy link
Member Author

Presumably this is because the vertical axis scaling is based on the available screen space. I suppose the right thing to do would be to set a minimum vertical height (e.g. 600px?) and force users to scroll if the window can’t accommodate it.

@ghost
Copy link

ghost commented Jul 7, 2018

I implemented this solution, and I think it looks a lot better now. I tried imposing a minimum width as well, but the issue with that is that I can't seem to scroll horizontally, so I'm currently trying to fix that as well. Should that be a separate issue, or should I hold off on making a PR until I get that working?

@JaimieMurdock
Copy link
Member

There's likely a overflow-x css property that is set in one of the files in wwwpreventing horizontal strolling

@ghost
Copy link

ghost commented Jul 7, 2018

You're right, it seems there is. I'll take a look right now.

@ghost ghost self-assigned this Jul 7, 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

2 participants