fix(layout): use overflow-x-clip instead of overflow-x-hidden for sticky support (#182)
overflow-x-hidden on the ForumLayout wrapper creates a new scroll
container, breaking position: sticky on the reply composer (#181).
Replace with overflow-x-clip which clips overflow without creating
a scroll context, preserving both sticky behavior and mobile
horizontal overflow prevention.
authored by