.column {
  display: flex;
  flex-direction: column;
}

.fullHeight {
  height: 100%;
  min-height: 0;
}
