style(ui): format chat toast offset

This commit is contained in:
vyctorbrzezowski
2026-08-12 06:19:31 -03:00
parent 07c0e2c5a3
commit 993954b657
+2 -2
View File
@@ -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)
);
}