fix: cash boxes table height

This commit is contained in:
Nikola Ubavic 2023-02-06 13:29:08 +01:00 committed by Rafael
parent a29f3fc13c
commit b86bcf63ff

View file

@ -5,7 +5,7 @@ export default {
height: 36 height: 36
}, },
tBody: { tBody: {
maxHeight: '65vh', maxHeight: 'calc(100vh - 350px)',
overflow: 'auto' overflow: 'auto'
}, },
tableWidth: { tableWidth: {