/* this is necessary because less uses the "_" character for something else, so the following would
 * not compile as a proper override unless done with CSS
 */
body._has-modal .modal-popup {
    z-index: 999999;
}