Skip to content

Commit

Permalink
fix position
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Jun 10, 2022
1 parent 35c728b commit 516639d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const GridColumnHeadersInnerRoot = styled('div', {
],
})(() => ({
display: 'flex',
alignItems: 'center',
alignItems: 'flex-start',
flexDirection: 'column',
[`&.${gridClasses.columnHeaderDropZone} .${gridClasses.columnHeaderDraggableContainer}`]: {
cursor: 'move',
Expand Down

0 comments on commit 516639d

Please sign in to comment.