﻿.operations-table-wrapper {
  min-height: 4em;
  max-height: 40em;
  overflow-y: scroll;
  width: 100%;
  border-radius: 5px;
}

.operations-table-wrapper > table > thead > tr > th {
  position: sticky;
  top: 0;
}

.operation-row {
}

.operations-code-cell {
}

.operations-description-cell {
}