diff --git a/src/interface/web/app/chat/chat.module.css b/src/interface/web/app/chat/chat.module.css index 2218bd640..7f20e904f 100644 --- a/src/interface/web/app/chat/chat.module.css +++ b/src/interface/web/app/chat/chat.module.css @@ -1,5 +1,6 @@ div.main { height: 100%; + overflow: hidden; color: hsla(var(--foreground)); margin-left: auto; margin-right: auto; @@ -127,6 +128,7 @@ div.chatTitleWrapper { /* Print-specific styles for chat layout */ @media print { + /* Chat container adjustments */ div.main { height: auto !important; diff --git a/src/interface/web/app/chat/page.tsx b/src/interface/web/app/chat/page.tsx index e273455e4..d0b3fc0be 100644 --- a/src/interface/web/app/chat/page.tsx +++ b/src/interface/web/app/chat/page.tsx @@ -164,7 +164,7 @@ function ChatBodyData(props: ChatBodyDataProps) { />