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

7 lines
107 B
Plaintext
Raw Normal View History

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