This commit is contained in:
Qing
2023-12-16 13:59:18 +08:00
parent 24e95daac1
commit 36b0782933
6 changed files with 55 additions and 49 deletions

View File

@@ -231,7 +231,7 @@ export function SettingsDialog() {
Diffusion other
</TabsTrigger>
</TabsList>
<ScrollArea className="h-[240px] w-full mt-2">
<ScrollArea className="h-[240px] w-full mt-2 outline-none">
<TabsContent value={MODEL_TYPE_INPAINT}>
{renderModelList([MODEL_TYPE_INPAINT])}
</TabsContent>