/* Keep the desktop admin composer visible while the conversation itself scrolls. */
@media (min-width: 721px) {
    .madp-admin-messaging-page {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .madp-admin-messaging-page > .madp-admin-page-heading,
    .madp-admin-messaging-page > .madp-admin-message-channels,
    .madp-admin-messaging-page > .madp-message-error {
        flex: 0 0 auto;
    }

    .madp-admin-messaging-page > .madp-admin-messenger {
        flex: 1 1 0;
        height: auto;
        min-height: 0;
    }
}
