diff --git a/src/components/RoadmapAIChat/RoadmapTopicList.tsx b/src/components/RoadmapAIChat/RoadmapTopicList.tsx index bec395fd9..8029673a6 100644 --- a/src/components/RoadmapAIChat/RoadmapTopicList.tsx +++ b/src/components/RoadmapAIChat/RoadmapTopicList.tsx @@ -69,7 +69,7 @@ export function RoadmapTopicList(props: RoadmapTopicListProps) { {progressItemWithText.map((item) => ( )} {isStreaming && ( diff --git a/src/styles/global.css b/src/styles/global.css index 73079c6e6..14fee8605 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -58,6 +58,12 @@ scrollbar-width: none; /* Firefox */ } +@utility collapse-if-empty { + &:empty { + display: none; + } +} + svg { user-select: none; }