Skip to content

Commit f32c7c5

Browse files
authored
Merge pull request #9222 from marmelab/fix-BulkActionButtons-mobile-styling-issue
Fix bulk actions toolbar styling issue on mobile
2 parents 2a57294 + ef762c3 commit f32c7c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ const Root = styled('div', {
143143
[`& .${BulkActionsToolbarClasses.topToolbar}`]: {
144144
paddingBottom: theme.spacing(1),
145145
minHeight: 'auto',
146+
[theme.breakpoints.down('sm')]: {
147+
backgroundColor: 'transparent',
148+
},
146149
},
147150

148151
[`& .${BulkActionsToolbarClasses.buttons}`]: {},

0 commit comments

Comments
 (0)