mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +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;
|
||
|
}
|