obi-sdk 0.4.3 → 0.4.4

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.
@@ -122,7 +122,7 @@
122
122
  :host {
123
123
  display: flex;
124
124
  position: absolute;
125
- z-index: 10000;
125
+ z-index: 2147483647;
126
126
  width: 40px;
127
127
  transition: all 0.2s ease-in-out;
128
128
  opacity: 1;
@@ -590,8 +590,9 @@
590
590
  :host {
591
591
  display: block;
592
592
  position: fixed;
593
- z-index: 9999;
593
+ z-index: 2147483600;
594
594
  font-family: "Inter", sans-serif;
595
+ pointer-events: auto;
595
596
  --obi-primary: #9500ff;
596
597
  --obi-secondary: #c4b5fd;
597
598
  --obi-danger: #ef4444;
@@ -667,6 +668,7 @@
667
668
  justify-content: center;
668
669
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
669
670
  transition: all 0.2s ease-out;
671
+ pointer-events: auto;
670
672
  }
671
673
 
672
674
  /* Apply transforms to widget-container based on host position */