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

ADD ability to disable max-height restriction (to use browsers page scrollbar to scroll through content) #140

Closed
allanlaal opened this issue Feb 3, 2018 · 2 comments

Comments

@allanlaal
Copy link

I would like to use the main document body to scroll through the dataset that Clusterize.js optimizes, not have a limited height area where the rows are shown

I tried:

.clusterize-scroll {
	overflow: visible;
}

and

.clusterize-scroll {
	max-height: none;
	max-width: none;
}

..but Clusterize only shows the first 200 rows then :(

I also tried using 99999px instead of none, but it had the same effect

@NeXTs
Copy link
Owner

NeXTs commented Feb 3, 2018

This PR might be interesting for you.

@allanlaal
Copy link
Author

Thanks!

seems my ticket is duplicate of #106, closing

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