diff --git a/client/src/Table.css b/client/src/Table.css index dfe6078..ca753f0 100755 --- a/client/src/Table.css +++ b/client/src/Table.css @@ -154,7 +154,7 @@ .Stack { position: relative; - display: inline-block; + display: flex; } .Stack:not(:first-child) { @@ -249,6 +249,7 @@ overflow: auto; scroll-behavior: smooth; align-items: flex-start; + overflow-x: hidden; } .ChatInput {