Skip to content

Commit e388034

Browse files
committed
Fix scrolling view of the chat area on mobile
1 parent 4d7ba60 commit e388034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/AIView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const ChatArea = styled.div`
5858
@media (max-width: 768px) {
5959
min-width: 0;
6060
width: 100%;
61+
max-height: 100%;
6162
}
6263
`;
6364

0 commit comments

Comments
 (0)