Skip to content

Commit 90926d6

Browse files
committed
🎉 feat: add kawaii=true
1 parent 364f6c3 commit 90926d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/components/fern/hero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
>
213213
<img
214214
src="/assets/elysia_chan.webp"
215-
class="object-cover z-40 select-none pointer-events-none"
215+
class="object-cover z-[40] select-none pointer-events-none"
216216
style="object-position: 50% 7.5%"
217217
/>
218218
</div>

docs/tailwind.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ button.copy::after {
344344
}
345345

346346
.VPNav {
347+
z-index: 41 !important;
348+
347349
&:hover {
348350
z-index: 50 !important;
349351

0 commit comments

Comments
 (0)