fix: Footer covering maintenance cash units table

This commit is contained in:
Rafael Taranto 2023-08-28 09:58:15 +01:00
parent 82bef35754
commit 0b06cc28c6
2 changed files with 4 additions and 0 deletions

View file

@ -261,6 +261,7 @@ const CashCassettes = () => {
Details={InnerCashUnitDetails}
emptyText="No machines so far"
expandable
tableClassName={classes.dataTable}
/>
{data && R.isEmpty(machines) && (

View file

@ -52,5 +52,8 @@ export default {
height: '100%',
width: 1,
backgroundColor: offDarkColor
},
dataTable: {
marginBottom: 80
}
}