diff --git a/ui/src/styles/components.css b/ui/src/styles/components.css index 5072b3a00437..2c8f12f367da 100644 --- a/ui/src/styles/components.css +++ b/ui/src/styles/components.css @@ -640,8 +640,8 @@ openclaw-session-owner-chip { * scroll-to-latest control. Both are bottom overlays; without this * clearance the toast's higher stacking layer intercepts the button. */ bottom: calc( - 20px + var(--safe-area-bottom) + var(--chat-active-bottom-dock-height, 0px) + - 36px + var(--chat-composer-floater-gap) + 20px + var(--safe-area-bottom) + var(--chat-active-bottom-dock-height, 0px) + 36px + + var(--chat-composer-floater-gap) ); }