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.
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -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
|
}),
|