ant-design-vue/components/affix/style/index.less

7 lines
107 B
Plaintext

@import '../../style/themes/index';
.@{ant-prefix}-affix {
position: fixed;
z-index: @zindex-affix;
}