This commit is contained in:
maddalax 2024-10-04 11:52:54 -05:00
parent 1e39e39a04
commit e019c288de

View file

@ -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(),