chore: update dependence

- Increase z-index for language switcher, theme toggle, and view transitions
- Remove sticky positioning from mobile header
- Ensure proper layering of UI elements on mobile devices
This commit is contained in:
radishzzz 2025-02-15 01:15:09 +00:00
parent 7498f93ef9
commit 923d473593
5 changed files with 122 additions and 122 deletions

View file

@ -7,7 +7,7 @@ const currentPath = Astro.url.pathname
const { getLocalizedPath } = getPagePath(currentPath)
---
<header class="sticky top-8 z-9 mt-4.7 text-8.6 c-secondary font-bold font-title lg:hidden">
<header class="mt-4.7 text-8.6 c-secondary font-bold font-title lg:hidden">
<div
class="box-content inline-block pr-2"
transition:name="site-title"