/* Size the standalone editor below the Bebop Workshop navigation. */
@media (min-width: 641px) {
  body.bh-tool-harmony-explorer .fretboard-dock {
    top: var(--bh-host-chrome-height, 113px);
    height: calc(100dvh - var(--bh-host-chrome-height, 113px));
  }
}

@media (min-width: 901px) {
  body.bh-tool-harmony-explorer .app-shell {
    height: calc(100dvh - var(--bh-host-chrome-height, 113px));
  }

  body.bh-tool-harmony-explorer .workbench-layout {
    height: calc(100dvh - var(--bh-host-chrome-height, 113px) - 106px);
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  body.bh-tool-harmony-explorer {
    height: auto;
    overflow: auto;
  }

  body.bh-tool-harmony-explorer .app-shell {
    min-height: calc(100dvh - var(--bh-host-chrome-height, 113px));
  }
}
