Skip to content

Commit 76ec0a6

Browse files
committed
Fix BulkActionsToolbar position
1 parent e5024b1 commit 76ec0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/list/BulkActionsToolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const Root = styled('div', {
128128
minHeight: theme.spacing(6),
129129
height: theme.spacing(6),
130130
paddingRight: theme.spacing(2),
131-
transform: `translateY(-${theme.spacing(6)})`,
131+
transform: `translateY(${theme.spacing(-6)})`,
132132
transition: `${theme.transitions.create(
133133
'height'
134134
)}, ${theme.transitions.create(

0 commit comments

Comments
 (0)