From 479fed34f71c7996185e6cf0da6f9ba5955a920f Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Tue, 4 Mar 2025 10:52:27 -0800 Subject: [PATCH] Fix chat layout on ios --- src/app.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app.css b/src/app.css index 65022ae0..43a36fa0 100644 --- a/src/app.css +++ b/src/app.css @@ -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; }