Skip to content

Commit 18a7625

Browse files
committed
update styles
1 parent 585c1e8 commit 18a7625

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/LlamaAI/components/RecommendedPrompts.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ export const RecommendedPrompts = ({
134134
<Ariakit.TabPanel
135135
key={`prompt-category-content-${category.name}`}
136136
tabId={`tab-${category.name}`}
137-
className="isolate mb-2.5 flex w-full flex-col overflow-y-auto rounded-lg border border-[#e6e6e6] bg-(--app-bg) text-black md:mx-auto md:max-w-[80dvh] dark:border-[#222324] dark:text-white"
137+
unmountOnHide
138+
className="max-sm:drawer max-sm:dialog isolate mb-2.5 flex w-full flex-col overflow-y-auto rounded-lg border border-[#e6e6e6] bg-(--app-bg) text-black max-sm:gap-0 max-sm:p-0 md:mx-auto md:max-w-[80dvh] dark:border-[#222324] dark:text-white"
138139
>
139140
<div className="sticky top-0 z-10 flex items-center gap-2.5 bg-(--app-bg) p-2.5 text-[#666] dark:text-[#919296]">
140141
<Icon name={category.icon} height={16} width={16} />

0 commit comments

Comments
 (0)