.table-wrapper.visible, .table-wrapper.visible .table-fixed table {
  max-height: unset !important;
}
.modification__btn span:last-child {
    transition: transform 0.3s ease;
}
.modification__btn span:last-child.rotated {
    transform: rotate(180deg);
}