@applica-software-guru/react-admin 1.3.140 → 1.3.142

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applica-software-guru/react-admin",
3
- "version": "1.3.140",
3
+ "version": "1.3.142",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,7 +33,7 @@ function Drawer(props: IDrawerProps) {
33
33
  borderRight: `1px solid ${theme.palette.divider}`,
34
34
  backgroundImage: 'none',
35
35
  boxShadow: 'inherit',
36
- overflow: 'hidden'
36
+ overflow: 'auto'
37
37
  }
38
38
  }
39
39
  };
@@ -181,6 +181,7 @@ const ApplicaStyledList = styled(RaList, {
181
181
  },
182
182
 
183
183
  '& .RaList-content': {
184
+ borderRadius: 0,
184
185
  // Resolve an issue related to the visualization of the bulk actions toolbar.
185
186
  // Padding and margin create a non empty space that allows the toolbar to be displayed when
186
187
  // the selection is empty.