Fix sticky tasks toolbar layout
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-20 11:37:20 +01:00
parent a916bf8c4d
commit 3c2ebdbc0e
2 changed files with 259 additions and 256 deletions

View File

@@ -555,6 +555,7 @@ html.guest-theme.dark {
position: sticky;
top: calc(env(safe-area-inset-top, 0px) + 76px);
z-index: 45;
width: 100%;
}
@media (prefers-reduced-motion: reduce) {