mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
98fc8a14e0
* add override * add override support * update doc
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
@import '../../style/themes/index';
|
|
|
|
.@{ant-prefix}-affix {
|
|
position: fixed;
|
|
z-index: @zindex-affix;
|
|
}
|