mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
- Add margin: 0 for mobile viewports (<=600px, <=400px) to prevent clipping - Add overflow: hidden fallback for older browsers (Safari <16, Firefox <81) - Fixes mobile regression where negative margins over-cancel padding Addresses issue where save button was clipped on mobile due to hard-coded desktop negative margins not accounting for mobile's smaller content padding (4px 4px 16px).