diff --git a/src/interface/web/app/chat/chat.module.css b/src/interface/web/app/chat/chat.module.css index 9ed5efc1..0b475881 100644 --- a/src/interface/web/app/chat/chat.module.css +++ b/src/interface/web/app/chat/chat.module.css @@ -1,5 +1,5 @@ div.main { - height: 100vh; + height: 100dvh; color: hsla(var(--foreground)); } @@ -120,5 +120,4 @@ div.agentIndicator { gap: 0; grid-template-columns: 1fr; } - } diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index 089bc27f..d7461686 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -359,7 +359,7 @@ export default function ChatInputArea(props: ChatInputProps) { } -