From bed9bb427075022b19fe106e64086a46ac0e66cd Mon Sep 17 00:00:00 2001 From: timmy Date: Tue, 18 Aug 2026 00:43:46 +0000 Subject: [PATCH] fix: keep Today completion undo above progress HUD --- frontend/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/dashboard.css b/frontend/dashboard.css index f966707..1e527a5 100644 --- a/frontend/dashboard.css +++ b/frontend/dashboard.css @@ -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) {