dev: dropdown overflow issue resolved in kanban (#1106)
This commit is contained in:
parent
83a0c8163f
commit
a44cddb0fc
3 changed files with 8 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ export const SingleBoard: React.FC<Props> = ({
|
|||
</div>
|
||||
</>
|
||||
)}
|
||||
<div className="pt-3 overflow-y-auto">
|
||||
<div className="pt-3 overflow-hidden overflow-y-scroll">
|
||||
{groupedByIssues?.[groupTitle].map((issue, index) => (
|
||||
<Draggable
|
||||
key={issue.id}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue