@applica-software-guru/react-admin 1.3.141 → 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/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +1 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Layout/Drawer/Drawer.tsx +1 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -24919,7 +24919,7 @@ function oK(e) {
|
|
|
24919
24919
|
borderRight: `1px solid ${t.palette.divider}`,
|
|
24920
24920
|
backgroundImage: "none",
|
|
24921
24921
|
boxShadow: "inherit",
|
|
24922
|
-
overflow: "
|
|
24922
|
+
overflow: "auto"
|
|
24923
24923
|
}
|
|
24924
24924
|
}
|
|
24925
24925
|
} : { variant: "permanent" }, [r, u, a, l]);
|