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

@ -63,12 +63,12 @@ html:not(.dark) {
::view-transition-new(theme-transition) {
animation: reveal 1s cubic-bezier(0.4, 0, 0.2, 1);
clip-path: inset(0 0 0 0);
z-index: 2;
z-index: 99;
}
::view-transition-old(theme-transition) {
animation: none;
z-index: 1;
z-index: 98;
}
html[data-theme-transition] [data-disable-transition-on-theme] {