Browse Source

ant-affix

pull/121/head
afc163 9 years ago
parent
commit
bba4f9df42
  1. 3
      style/components/affix.less
  2. 1
      style/components/index.less
  3. 3
      style/core/base.less

3
style/components/affix.less

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

1
style/components/index.less

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

3
style/core/base.less

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

Loading…
Cancel
Save