diff --git a/new-lamassu-admin/src/pages/Maintenance/CashboxHistory.js b/new-lamassu-admin/src/pages/Maintenance/CashboxHistory.js
index 139899d1..080868cb 100644
--- a/new-lamassu-admin/src/pages/Maintenance/CashboxHistory.js
+++ b/new-lamassu-admin/src/pages/Maintenance/CashboxHistory.js
@@ -51,6 +51,12 @@ const styles = {
display: 'flex',
flexDirection: 'row',
justifyContent: 'space-between'
+ },
+ tableWrapper: {
+ display: 'flex',
+ flexDirection: 'column',
+ flex: 1,
+ marginBottom: 80
}
}
@@ -243,13 +249,15 @@ const CashboxHistory = ({ machines, currency, timezone }) => {
]
return (
-