We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382ea19 commit ac5d32bCopy full SHA for ac5d32b
1 file changed
apps/web/src/components/review/ProjectSubpageShell.tsx
@@ -67,7 +67,7 @@ export function ProjectSubpageShell({
67
</div>
68
)}
69
70
- <div className="min-h-0 flex-1 overflow-y-auto">
+ <div className="flex min-h-0 flex-1 flex-col overflow-hidden">
71
{selectedProject ? (
72
children({
73
project: selectedProject,
0 commit comments