@saooti/octopus-sdk 38.3.3 → 38.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "38.3.3",
3
+ "version": "38.3.4",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -148,6 +148,7 @@ export default defineComponent({
148
148
  flex-direction: column;
149
149
  transition: height 0.7s;
150
150
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.4) !important;
151
+ z-index: 11;
151
152
 
152
153
  &.content-top-bar {
153
154
  height: 22rem;
@@ -163,10 +164,6 @@ export default defineComponent({
163
164
  }
164
165
  }
165
166
 
166
- &.scrolled {
167
- z-index: 11;
168
- }
169
-
170
167
  h1 {
171
168
  color: white !important;
172
169
  font-size: 2rem;