Skip to content

Commit

Permalink
Merge pull request #3 from duc-talentwunder/virtualization-branch
Browse files Browse the repository at this point in the history
removed parent styles
  • Loading branch information
duc-gp authored Jun 14, 2021
2 parents e0dc3af + 5838bfe commit b8711ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Board/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function BoardContainer({

return (
<DragDropContext onDragEnd={handleOnDragEnd}>
<div style={{ overflowY: 'hidden', display: 'flex', alignItems: 'flex-start' }} className='react-kanban-board'>
<div className='react-kanban-board'>
<DroppableBoard droppableId='board-droppable' direction='horizontal' type='BOARD'>
{board.columns.map((column, index) => (
<Column
Expand Down

0 comments on commit b8711ec

Please sign in to comment.