.ms-parent {
    display: inline-table;
    table-layout: fixed;
}

.ms-parent .ms-drop {
    overflow: auto;
}

.ms-parent .ms-drop ul {
    overflow: visible;
}

.ms-parent .ms-drop.bottom {
    height: auto;
}
