chore: release v0.23.9

This commit is contained in:
Ulas Kalayci
2026-04-22 11:17:41 +02:00
parent 6383f63f88
commit 88cd1b8d18
5 changed files with 10 additions and 6 deletions
-1
View File
@@ -144,7 +144,6 @@
z-index: var(--z-nav);
backdrop-filter: blur(16px) saturate(180%);
-webkit-backdrop-filter: blur(16px) saturate(180%);
padding-bottom: var(--safe-area-inset-bottom);
}
/* ── Items-Reihe ── */
+2 -2
View File
@@ -84,7 +84,7 @@ nav,
* Im Überlappungsbereich (Nav-Padding = Safe-Area) liegt die Nav darüber;
* in einem eventuellen Spalt zwischen Nav-Unterkante und Displayrand liegt
* body::after sichtbar - optisch identisch mit der Nav. */
/* body::after {
body::after {
content: '';
position: fixed;
bottom: 0;
@@ -95,5 +95,5 @@ nav,
backdrop-filter: var(--blur-md) saturate(180%);
-webkit-backdrop-filter: var(--blur-md) saturate(180%);
z-index: calc(var(--z-nav) - 1);
}*/
}
}