Mobile AI Inbox bottom area is blocked
Check hidden panels, scroll layers, safe-area spacing, and mobile list/chat state.
What usually causes it
On mobile browsers, hidden panels, sticky bars, safe-area padding, or WebKit scrolling layers can sit above the list and block taps or visible space.
Expected fix direction
- Hidden chat panels should use pointer-events none or be fully removed from layout.
- Only the active mobile view should be touchable.
- Bottom safe-area padding should not create a large blank block.
- Sidebar or page transition should not reset the AI Inbox layout.