fix scroll (#368)

This commit is contained in:
BlowaterNostr 2024-01-02 14:54:30 +08:00 committed by GitHub
parent 0d366c18b8
commit c73b485189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ export const Setting = (props: SettingProps) => {
}
return (
<div
class={`flex-1 overflow-hidden overflow-y-auto`}
class={`flex-1 overflow-y-auto`}
>
<div class={`min-w-full min-h-full px-2 bg-[${SecondaryBackgroundColor}]`}>
<div class={`max-w-[41rem] m-auto py-[1.5rem]`}>