labsense-ui-kit 1.3.5 → 1.3.6

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.
@@ -9348,7 +9348,10 @@ var Sidebar = function Sidebar(_ref17) {
9348
9348
  if (!container) {
9349
9349
  container = document.createElement('div');
9350
9350
  container.id = 'badge-portal-container';
9351
+ container.style.pointerEvents = 'none';
9351
9352
  document.body.appendChild(container);
9353
+ } else {
9354
+ container.style.pointerEvents = 'none';
9352
9355
  }
9353
9356
  return container;
9354
9357
  }),