.finder .body {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.finder.lyrics-window {
  width: 420px;
  max-width: calc(100vw - 30px);
  height: 420px;
  top: 90px;
  left: 120px;
  display: none;
}

.finder.lyrics-window .body {
  overflow-y: auto !important;
}

.lyrics-content {
  white-space: normal;
  line-height: 1.5;
  font-size: 14px;
}

.lyrics-content h1,
.lyrics-content h2,
.lyrics-content h3 {
  margin: 0 0 12px;
}

.lyrics-content p {
  margin: 0;
}
