ant-affix

This commit is contained in:
afc163 2015-08-07 11:04:22 +08:00
parent 4c8d3994a2
commit bba4f9df42
3 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1,3 @@
.ant-affix {
position: fixed;
}

View File

@ -30,3 +30,4 @@
@import "carousel/slick";
@import "carousel/slick-theme";
@import "menu";
@import "affix";

View File

@ -98,6 +98,3 @@ a {
.invisible {
visibility: hidden;
}
.affix {
position: fixed;
}