@import "../scss/variable";

@mixin ne-affix {
    .#{$prefix}-affix {
        position: fixed;
        z-index: 10;
    }
}
