@dialpad/dialtone-vue 3.136.0 → 3.136.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2385,7 +2385,12 @@ const DtScrollbarDirective = {
2385
2385
  OverlayScrollbars.plugin(Dt);
2386
2386
  app.directive("dt-scrollbar", {
2387
2387
  mounted(el, binding) {
2388
- OverlayScrollbars(el, {
2388
+ OverlayScrollbars({
2389
+ target: el,
2390
+ elements: {
2391
+ viewport: el.children[0]
2392
+ }
2393
+ }, {
2389
2394
  scrollbars: {
2390
2395
  autoHide: `${binding.arg || "leave"}`,
2391
2396
  clickScroll: true,