fix
This commit is contained in:
parent
1e39e39a04
commit
e019c288de
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ func ChatRoom(ctx *h.RequestContext) *h.Page {
|
||||||
),
|
),
|
||||||
|
|
||||||
// Adjusted flex properties for responsive layout
|
// 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
|
// Collapse Button for mobile
|
||||||
CollapseButton(),
|
CollapseButton(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue