mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 08:51:27 +08:00
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
@import '../../style/themes/index';
|
|
|
|
.@{ant-prefix}-affix {
|
|
position: fixed;
|
|
z-index: @zindex-affix;
|
|
}
|