@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
|
@@ -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;
|