How do I inject OverlayScrollbars to my ssr app? #805
Unanswered
TheReidZhang
asked this question in
Help & Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried to do
const osInstance = OverlayScrollbars(document.body, { scrollbars: { autoHide: "scroll" }, });
in
_default.page.client.tsx
beforehydrateRoot
. But it is not working. Am I missing something here? Any help will be greatly appreciated.Beta Was this translation helpful? Give feedback.
All reactions