From 993954b6574bf1dca4d96d987dc61a4e792c0dcc Mon Sep 17 00:00:00 2001 From: vyctorbrzezowski Date: Wed, 12 Aug 2026 06:19:31 -0300 Subject: [PATCH] style(ui): format chat toast offset --- ui/src/styles/components.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ); }