/* Keep the newest chat message fully visible above the fixed input footer. */
@media (min-width:1200px) {
  #chat_output {
    box-sizing:border-box !important;
    height:100% !important;
    max-height:none !important;
    padding:74px 16px 92px !important;
    scroll-padding-bottom:92px !important;
  }

  #pepper-app .card-footer {
    min-height:64px !important;
  }
}
