Fix sizing for big chat inputs

This commit is contained in:
Jon Staab
2025-03-04 12:53:38 -08:00
parent 863d11352f
commit d8a9cc5a7e
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ progress[value]::-webkit-progress-value {
}
.chat__messages {
@apply saib cw fixed top-12 flex h-[calc(100%-10rem)] flex-col-reverse overflow-y-auto overflow-x-hidden md:h-[calc(100%-6rem)];
@apply saib cw fixed top-12 flex h-[calc(100%-6rem)] flex-col-reverse overflow-y-auto overflow-x-hidden md:h-[calc(100%-2rem)];
}
.chat__compose {