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
'/Users/maxgeorgopoulos/Library/Application Support/CleanShot/media/media_Z2B9TLfXgG/CleanShot 2026-02-18 at 21.35.22@2x.png' I'm trying to make the mobile action buttons overlap the recently shared section, but they're going under it. help!!!\
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.