@dialpad/dialtone-vue 2.143.0 → 2.143.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.
@@ -2383,7 +2383,12 @@ const DtScrollbarDirective = {
2383
2383
  OverlayScrollbars.plugin(Dt);
2384
2384
  Vue.directive("dt-scrollbar", {
2385
2385
  inserted(el, binding) {
2386
- OverlayScrollbars(el, {
2386
+ OverlayScrollbars({
2387
+ target: el,
2388
+ elements: {
2389
+ viewport: el.children[0]
2390
+ }
2391
+ }, {
2387
2392
  scrollbars: {
2388
2393
  autoHide: `${binding.arg || "leave"}`,
2389
2394
  clickScroll: true,