#state8 .c30 {
  z-index: 1099999999999;
  position: absolute;
  top: 0%;
  left: 0%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 10px solid white;
  opacity: 100%;
  transition: top 1s ease, left 1s ease, width 1s ease;
}

.c30 {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 10px solid white;
  opacity: 100%;
  transition: top 1s ease, left 1s ease, width 1s ease;
  overflow: scroll;
}
