mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
style(ui): format chat toast offset
This commit is contained in:
@@ -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)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user