@saooti/octopus-sdk 39.0.26 → 39.0.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "39.0.26",
3
+ "version": "39.0.27",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -37,6 +37,7 @@
37
37
  <teleport to=".octopus-app">
38
38
  <ClassicPopover
39
39
  target="subscribe-buttons-dropdown"
40
+ popover-class="popover-z-index"
40
41
  :only-click="true"
41
42
  :is-fixed="true"
42
43
  :left-pos="true"
@@ -226,6 +226,9 @@ export default defineComponent({
226
226
  /* z-index: 9999; */
227
227
  max-height: 80vh;
228
228
  overflow: auto;
229
+ &.popover-z-index{
230
+ z-index: 9999;
231
+ }
229
232
  &.octopus-dropdown {
230
233
  min-width: 200px;
231
234
  .octopus-dropdown-item {
@@ -21,6 +21,7 @@
21
21
  <teleport to=".octopus-app" :disabled="scrolled">
22
22
  <ClassicPopover
23
23
  target="home-dropdown"
24
+ popover-class="popover-z-index"
24
25
  :only-click="true"
25
26
  :is-fixed="true"
26
27
  :left-pos="true"
@@ -11,6 +11,7 @@
11
11
  <ClassicPopover
12
12
  v-if="firstLoaded"
13
13
  target="mobile-menu-dropdown"
14
+ popover-class="popover-z-index"
14
15
  :only-click="true"
15
16
  :is-fixed="true"
16
17
  :left-pos="true"
@@ -75,7 +75,7 @@
75
75
  :is-fixed="true"
76
76
  relative-class="player-container"
77
77
  :only-mouse="true"
78
- popover-class="octopus-small-popover"
78
+ popover-class="octopus-small-popover popover-z-index"
79
79
  :content="chapter.title"
80
80
  />
81
81
  </Teleport>