Revert "setting overflow scroll to outer element"

This reverts commit b157614329.
This commit is contained in:
2024-12-30 14:59:34 +08:00
parent b157614329
commit 7a5bd999a8
3 changed files with 3 additions and 3 deletions

View File

@@ -520,7 +520,7 @@ export default (props: { setShow: Dispatch<boolean> }) => {
{Tr("Settings")}
</Button>
</SheetTrigger>
<SheetContent className="flex flex-col overflow-scroll">
<SheetContent className="flex flex-col">
<ScrollArea>
<SheetHeader>
<SheetTitle>{Tr("Settings")}</SheetTitle>