Skip to content

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

@allanlaal

Description

@allanlaal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions