Skip to content

Commit

Permalink
Merge pull request #9222 from marmelab/fix-BulkActionButtons-mobile-s…
Browse files Browse the repository at this point in the history
…tyling-issue

Fix bulk actions toolbar styling issue on mobile
  • Loading branch information
djhi committed Aug 26, 2023
2 parents 2a57294 + ef762c3 commit f32c7c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ra-ui-materialui/src/list/BulkActionsToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ const Root = styled('div', {
[`& .${BulkActionsToolbarClasses.topToolbar}`]: {
paddingBottom: theme.spacing(1),
minHeight: 'auto',
[theme.breakpoints.down('sm')]: {
backgroundColor: 'transparent',
},
},

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

0 comments on commit f32c7c5

Please sign in to comment.