Merge pull request #1056 from ubavic/cashbox_history_table_height
fix: cash box history table height
This commit is contained in:
commit
30db7d8a9c
2 changed files with 19 additions and 25 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -4,10 +4,6 @@ export default {
|
|||
cashbox: {
|
||||
height: 36
|
||||
},
|
||||
tableContainer: {
|
||||
flex: 1,
|
||||
marginBottom: 100
|
||||
},
|
||||
tBody: {
|
||||
maxHeight: '65vh',
|
||||
overflow: 'auto'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue