Skip to content

Commit c844b99

Browse files
committed
fix(regression): fix chat completions were not visible on pc
1 parent 089f222 commit c844b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/Chat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ div.chat-wrapper {
99

1010
/* Only apply overflow hidden when not in mobile mode */
1111
div.chat-wrapper:not(.display-mobile):not(.input-mobile) {
12-
overflow: hidden;
12+
/* overflow: hidden; */
1313
}
1414

1515
.chat-messages-wrapper {

0 commit comments

Comments
 (0)