ant-design/style/components/affix.less

5 lines
60 B
Plaintext
Raw Normal View History

2015-08-07 11:04:22 +08:00
.ant-affix {
position: fixed;
2016-03-28 16:01:37 +08:00
z-index: @zindex-affix;
2015-08-07 11:04:22 +08:00
}