.example-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid-wrapper {
  flex: 1 1 0px;
}

#myGrid {
  height: 100%;
  width: 100%;
}
