We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7ba60 commit e388034Copy full SHA for e388034
src/components/AIView.tsx
@@ -58,6 +58,7 @@ const ChatArea = styled.div`
58
@media (max-width: 768px) {
59
min-width: 0;
60
width: 100%;
61
+ max-height: 100%;
62
}
63
`;
64
0 commit comments