mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
ant-affix
This commit is contained in:
parent
4c8d3994a2
commit
bba4f9df42
3
style/components/affix.less
Normal file
3
style/components/affix.less
Normal file
@ -0,0 +1,3 @@
|
||||
.ant-affix {
|
||||
position: fixed;
|
||||
}
|
@ -30,3 +30,4 @@
|
||||
@import "carousel/slick";
|
||||
@import "carousel/slick-theme";
|
||||
@import "menu";
|
||||
@import "affix";
|
||||
|
@ -98,6 +98,3 @@ a {
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
.affix {
|
||||
position: fixed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user