/*
    FIX MD-SELECT
    this fix probleme on the md-select
    When you pick one option on the select, the entire window move
*/

body {
    position: initial !important;
    top: initial !important;
    overflow: initial !important;
}

html {
    overflow: initial !important;
}

/*
    END FIX MD-SELECT
*/