/* Keep the active call controls above the message composer. */
.voice-dock {
  bottom: 98px;
}

@media (max-width: 640px) {
  .voice-dock {
    bottom: 82px;
  }
}
