File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ export function CRMCogeBoard({
9090
9191 return (
9292 < DragDropContext onDragEnd = { onDragEnd } >
93- < div className = "p-4 h-full overflow-auto" >
93+ < div className = "flex flex-col p-4 overflow-hidden" style = { { height : `calc(100% - 60px)` } } >
9494 { /* <h1 className="text-3xl font-bold mb-8">Cortex Sales Pipeline</h1> */ }
9595 < div className = "flex space-x-4 pb-4" >
9696 { gcstatuses
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export function CRMKanbanBoard({
8686
8787 return (
8888 < DragDropContext onDragEnd = { onDragEnd } >
89- < div className = "h-screen flex flex-col p-4 overflow-hidden" >
89+ < div className = "flex flex-col p-4 overflow-hidden" style = { { height : `calc(100% - 60px)` } } >
9090 { /* <h1 className="text-3xl font-bold mb-8">Cortex Sales Pipeline</h1> */ }
9191 < div className = "flex space-x-4 flex-1 min-h-0 h-full" >
9292 { statuses
You can’t perform that action at this time.
0 commit comments