height fit

This commit is contained in:
hamid zarghami
2026-06-10 15:04:46 +03:30
parent d1f28367d9
commit f3d7296b06
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const Workspace: FC = () => {
return (
<div className="bg-[#01347A] h-full rounded-[32px] overflow-hidden flex flex-col">
<HeaderWorkspace />
<div className="px-8 flex gap-7 mt-6 flex-1 min-h-0 overflow-hidden pb-6">
<div className="px-8 flex gap-7 mt-6 flex-1 min-h-0 overflow-auto pb-6 items-start">
<Column title="برای انجام">
<div className="flex flex-col gap-4">
<Task />