.table{ width: 100%; height: calc(100% - 64px); text-align: center; overflow: hidden; } .table .body{ width: calc(100% + 5px); max-height: calc(100% - 30px); overflow-y: scroll; }