Skip to content

My scrollbar did not appear as expected in React #723

@little077

Description

@little077

Firstly, I used shadcn to build a popover and grouped it using tabs. I want to use scrolling for the content area under one of the tabs, but my scrollbar did not appear.

Image

<OverlayScrollbarsComponent
className="overlayscrollbars-react"
ref={osRef}
options={{
scrollbars: {
theme: theme === Theme.dark ? "os-theme-dark" : "os-theme-light",
clickScroll: true
}
}}
defer>,I used this package to package my components

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