Skip to content

The content in ScrollArea doesn't scroll when using max-height #296

@MukaiUshio

Description

@MukaiUshio

The content in ScrollArea scrolls well when height is specified in className, but not when max-height is used.

here's the example

working

<ScrollArea className="min-w-full h-screen border-slate-200 border rounded-lg">
//content...(the height is larger than screen)
</ScrollArea>

not working

<ScrollArea className="min-w-full max-h-screen border-slate-200 border rounded-lg">
//content...(the height is larger than screen)
</ScrollArea>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions