.tippy-tooltip.white-theme {
  background-color: white;
  color: black;
  max-height: calc(30vw - 10px);
  overflow-y: auto;
}

.tippy-arrow {
  display: none;
}

.card {
  min-height: 200px;
}

@media only screen and (max-width: 600px) {
  .tippy-tooltip.white-theme {
    max-height: calc(90vw - 10px);
  }
}
