Fix chat layout on ios

This commit is contained in:
Jon Staab
2025-03-04 10:52:27 -08:00
parent 81d7b08aed
commit 479fed34f7

View File

@@ -341,17 +341,17 @@ progress[value]::-webkit-progress-value {
/* chat view */
.chat__page-bar {
@apply cw !fixed top-0;
@apply sait cw !fixed top-0;
}
.chat__messages {
@apply 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%-10rem)] flex-col-reverse overflow-y-auto overflow-x-hidden md:h-[calc(100%-6rem)];
}
.chat__compose {
@apply cw fixed bottom-14 md:bottom-0;
@apply saib cw fixed bottom-14 md:bottom-0;
}
.chat__scroll-down {
@apply fixed bottom-28 right-4 md:bottom-16;
@apply saib fixed bottom-28 right-4 md:bottom-16;
}