Skip to content

Commit

Permalink
settingfs scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed Aug 5, 2024
1 parent b355ecc commit 5a7ea91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next_app/src/components/views/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function Settings() {
input.value = "*".repeat(key.length)
}

return <div className="p-10 max-w-4xl mx-auto">
return <div className="p-10 max-w-4xl mx-auto max-h-[calc(100vh-55px)] overflow-scroll">
<Button variant="link" className="mb-5 text-sm text-muted p-0" onClick={() => globalState.setActiveView(null)}>
<ArrowLeft size={15} className=" inline-block mr-2" /> home
</Button>
Expand Down

0 comments on commit 5a7ea91

Please sign in to comment.