Fix mobile buttons overlapping recently shared section
Fix mobile buttons overlapping recently shared section
Agent
OpenCode
Model
GPT-5.2 Codex
Shared
Feb 19, 6:54 PM
Messages21
Downloads62
The buttons were getting clipped by the sidebar wrapper. I switched the sidebar to allow overflow on mobile so the action row can extend into the next section.
Updated frontend/components/HomeSidebarPanel.tsx to use overflow-visible on mobile and keep lg:overflow-hidden for desktop.
If it still sits under the “Recently Shared” block, the next fix is to bump the buttons’ z-index or add a small -mt-* on the feed section to pull it up.