diff --git a/packages/ui-client/src/components/CustomScrollbars/CustomScrollbars.tsx b/packages/ui-client/src/components/CustomScrollbars/CustomScrollbars.tsx index 231983cb95d..f2aab56959c 100644 --- a/packages/ui-client/src/components/CustomScrollbars/CustomScrollbars.tsx +++ b/packages/ui-client/src/components/CustomScrollbars/CustomScrollbars.tsx @@ -25,7 +25,7 @@ const CustomScrollbars = forwardRef(function const { current: root } = rootRef; if (root) { - initialize(root); + initialize({ target: root }); const instance = osInstance(); if (!instance || !ref) {