@saooti/octopus-sdk 38.3.4 → 38.3.5
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
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
class="btn m-1 admin-button hide-small-screen saooti-user text-blue-octopus"
|
|
19
19
|
:title="$t('User menu')"
|
|
20
20
|
/>
|
|
21
|
+
<teleport to=".octopus-app">
|
|
21
22
|
<ClassicPopover
|
|
22
23
|
target="home-dropdown"
|
|
23
24
|
:only-click="true"
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
{{ $t("Contact") }}
|
|
70
71
|
</router-link>
|
|
71
72
|
</ClassicPopover>
|
|
73
|
+
</teleport>
|
|
72
74
|
</div>
|
|
73
75
|
</template>
|
|
74
76
|
|
|
@@ -148,7 +148,6 @@ 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;
|
|
152
151
|
|
|
153
152
|
&.content-top-bar {
|
|
154
153
|
height: 22rem;
|
|
@@ -164,6 +163,10 @@ export default defineComponent({
|
|
|
164
163
|
}
|
|
165
164
|
}
|
|
166
165
|
|
|
166
|
+
&.scrolled {
|
|
167
|
+
z-index: 11;
|
|
168
|
+
}
|
|
169
|
+
|
|
167
170
|
h1 {
|
|
168
171
|
color: white !important;
|
|
169
172
|
font-size: 2rem;
|