.o-mail-MessagingMenu {
    width: 450px;
    min-height: 50px;
    max-height: Min(calc(#{ $o-dropdown-max-height } - 5px), 630px); // -5px for borders

    hr {
        opacity: $hr-opacity / 2;
    }
}

.o-mail-MessagingMenu-navbar button {
    &.o-active, &:hover {
        background-color: mix($o-gray-100, $o-gray-200);
    }
}
