UNPKG
nusp-arco-design
Version:
latest (2.66.0-beta.2)
2.66.0-beta.2
Arco Design React UI Library.
arco.design
zhanghui-space/arco-design
nusp-arco-design
/
lib
/
Affix
/
style
/
index.less
9 lines
(6 loc)
•
154 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
@import
'../../style/theme/default.less'
;
@affix-prefix-cls:
~'@{prefix}-affix'
;
.@{affix-prefix-cls}
{
position
: fixed;
z-index
:
@z-index-affix
; }