We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364f6c3 commit 90926d6Copy full SHA for 90926d6
docs/components/fern/hero.vue
@@ -212,7 +212,7 @@
212
>
213
<img
214
src="/assets/elysia_chan.webp"
215
- class="object-cover z-40 select-none pointer-events-none"
+ class="object-cover z-[40] select-none pointer-events-none"
216
style="object-position: 50% 7.5%"
217
/>
218
</div>
docs/tailwind.css
@@ -344,6 +344,8 @@ button.copy::after {
344
}
345
346
.VPNav {
347
+ z-index: 41 !important;
348
+
349
&:hover {
350
z-index: 50 !important;
351
0 commit comments