Fix affix z-index

This commit is contained in:
afc163 2016-03-15 13:38:56 +08:00
parent 6a158e2f82
commit d918385322

View File

@ -1,3 +1,4 @@
.ant-affix {
position: fixed;
z-index: 10;
}