File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/containers/LlamaAI/components Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 } />
You can’t perform that action at this time.
0 commit comments