﻿@media screen and (-webkit-min-device-pixel-ratio:0) {
    html,
    body,
    #app,
    .app,
    .page,
    .content {
        transform: none !important;
        filter: none !important;
        perspective: none !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    .modal.fade .modal-dialog,
    .modal.show .modal-dialog {
        transform: none !important;
    }

    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; /* using explicit edges instead of inset for widest compatibility */
    }
}
