diff --git a/src/components/GenerateCourse/AICourseLessonChat.tsx b/src/components/GenerateCourse/AICourseLessonChat.tsx index b0da9256d..4e6fc081e 100644 --- a/src/components/GenerateCourse/AICourseLessonChat.tsx +++ b/src/components/GenerateCourse/AICourseLessonChat.tsx @@ -221,23 +221,26 @@ export function AICourseLessonChat(props: AICourseLessonChatProps) { minSize={20} id="course-chat-content" order={2} - className="relative h-full max-lg:fixed max-lg:inset-0 max-lg:data-[chat-state=open]:flex max-lg:data-[chat-state=closed]:hidden" + className="relative h-full max-lg:fixed! max-lg:inset-0! max-lg:data-[chat-state=closed]:hidden max-lg:data-[chat-state=open]:flex" data-chat-state={isAIChatsOpen ? 'open' : 'closed'} >

- + AI Instructor