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