mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +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
|
@ -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] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue