You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
<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