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

7 lines
109 B
Plaintext
Raw Normal View History

2019-01-02 21:01:56 +08:00
@import '../../style/themes/default';
2018-03-01 22:47:08 +08:00
.@{ant-prefix}-affix {
position: fixed;
z-index: @zindex-affix;
}