diff --git a/ui/src/components/ai-chat/index.scss b/ui/src/components/ai-chat/index.scss index 511b42a7f5b..4ee986763ea 100644 --- a/ui/src/components/ai-chat/index.scss +++ b/ui/src/components/ai-chat/index.scss @@ -57,7 +57,7 @@ @media only screen and (max-width: 768px) { .ai-chat { - height: calc(100% - 116px) !important; + height: calc(100% - 138px) !important; } } .chat-mobile {