fix: removed tableContainer

This commit is contained in:
Nikola Ubavic 2022-01-18 21:14:33 +01:00
parent 08bcf03a1e
commit bd739293fa
2 changed files with 19 additions and 25 deletions

View file

@ -338,7 +338,6 @@ const CashCassettes = () => {
</Box>
)}
</TitleSection>
<div className={classes.tableContainer}>
{!showHistory && (
<>
<EditableTable
@ -359,7 +358,6 @@ const CashCassettes = () => {
{showHistory && (
<CashboxHistory machines={machines} currency={fiatCurrency} />
)}
</div>
<CashCassettesFooter
currencyCode={fiatCurrency}
machines={machines}

View file

@ -4,10 +4,6 @@ export default {
cashbox: {
height: 36
},
tableContainer: {
flex: 1,
marginBottom: 100
},
tBody: {
maxHeight: '65vh',
overflow: 'auto'