diff --git a/examples/chat/pages/chat.$id.go b/examples/chat/pages/chat.$id.go index 92b1066..493a873 100644 --- a/examples/chat/pages/chat.$id.go +++ b/examples/chat/pages/chat.$id.go @@ -40,7 +40,7 @@ func ChatRoom(ctx *h.RequestContext) *h.Page { ), // Adjusted flex properties for responsive layout - h.Class("flex flex-row h-screen bg-neutral-100"), + h.Class("flex flex-row h-screen bg-neutral-100 overflow-x-hidden"), // Collapse Button for mobile CollapseButton(),