Skip to content

Commit

Permalink
removed parent styles
Browse files Browse the repository at this point in the history
  • Loading branch information
viganzeqiri committed Jun 14, 2021
1 parent 1c38ab2 commit 5838bfe
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 @@ -235,7 +235,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 5838bfe

Please sign in to comment.