feat: sticky toolbars in all module pages

This commit is contained in:
Ulas Kalayci
2026-04-29 16:34:02 +02:00
parent 6c069fc99c
commit 91f15bc62f
6 changed files with 45 additions and 4 deletions
+15
View File
@@ -1625,6 +1625,21 @@
margin-bottom: var(--space-4);
}
/* ── prefers-reduced-transparency Fallback ──
* Deaktiviert Blur und transparente Hintergründe für bessere Zugänglichkeit.
*/
@media (prefers-reduced-transparency: reduce) {
.tasks-toolbar,
.notes-toolbar,
.cal-toolbar,
.contacts-toolbar,
.list-header {
background-color: var(--color-surface);
backdrop-filter: none;
-webkit-backdrop-filter: none;
}
}
/* --------------------------------------------------------
* Toast-Benachrichtigungen
* -------------------------------------------------------- */