.tab-content {
  display: none;
  width: 100%;
  height: 100%;
}

.tab-content.is-active {
  display: block;
}