.mx{
    &-sticky{
        &--fixed{
            position: fixed;
            z-index: $zindex-sticky;
        }
    }
}