fix: keep Today completion undo above progress HUD
All checks were successful
CI / lint (pull_request) Successful in 2m39s
CI / build-release (pull_request) Successful in 6s
CI / browser-journey (pull_request) Successful in 2m2s
CI / release-candidate (pull_request) Has been skipped

This commit is contained in:
timmy 2026-08-18 00:43:46 +00:00
parent 406d75287d
commit bed9bb4270

View File

@ -1101,7 +1101,7 @@ textarea { resize: vertical; min-height: 120px; }
.mobile-today-hud [data-today-break-open] { grid-column:1 / -1; }
.mobile-today-hud [data-work-session-adjust-plan] { grid-column:1 / -1; }
.today-completion-undo { bottom:calc(224px + env(safe-area-inset-bottom)); }
.today-completion-undo { bottom:calc(272px + env(safe-area-inset-bottom)); }
}
@media (min-width:701px) { .update-gesture-status { display:none; } }
@media (prefers-reduced-motion: reduce) {