Skip to content

Commit

Permalink
fix for common ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sijumoncy committed Nov 14, 2023
1 parent 402f67f commit 9b3a750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/src/layouts/projects/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function ProjectsLayout(props) {
</header>
)}

<div className="max-h-[95%] overflow-y-auto">
<div className="max-h-[90%] overflow-y-auto">
{children}
</div>

Expand Down

0 comments on commit 9b3a750

Please sign in to comment.