ant-design/style/components/affix.less

5 lines
49 B
Plaintext
Raw Normal View History

2015-08-07 11:04:22 +08:00
.ant-affix {
position: fixed;
2016-03-15 13:38:56 +08:00
z-index: 10;
2015-08-07 11:04:22 +08:00
}