Skip to content

Commit ef762c3

Browse files
committed
Fix bulk actions toolbar styling issue on mobile
Closes BulkActionButtons mobile styling issue #9195
1 parent 33bfca4 commit ef762c3

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)