dcp-design-react 1.11.16 → 1.11.17

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.
@@ -29366,6 +29366,10 @@ body {
29366
29366
  overflow-y: auto;
29367
29367
  overflow-x: auto;
29368
29368
  }
29369
+ .qm-table--body-wrapper .virtual-container {
29370
+ contain: paint;
29371
+ will-change: margin-top, margin-left;
29372
+ }
29369
29373
  .qm-table.c--resize {
29370
29374
  cursor: col-resize;
29371
29375
  }
@@ -31568,6 +31572,7 @@ body {
31568
31572
  display: block;
31569
31573
  }
31570
31574
  .qm-virtual-list .container ul {
31575
+ contain: paint;
31571
31576
  will-change: transform;
31572
31577
  }
31573
31578
  .qm-virtual-list .container ul li.list-item {