mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 12:01:33 +02:00
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:
parent
7498f93ef9
commit
923d473593
5 changed files with 122 additions and 122 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue