[new feature] add sticky component (#3888)

This commit is contained in:
neverland
2019-07-18 17:48:18 +08:00
committed by GitHub
parent e1021e70ba
commit b273c89b3a
23 changed files with 651 additions and 124 deletions
-7
View File
@@ -30,11 +30,6 @@
position: relative;
&__wrap {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 99;
overflow: hidden;
&--page-top {
@@ -132,8 +127,6 @@
}
&--line {
padding-top: @tabs-line-height;
.van-tabs__wrap {
height: @tabs-line-height;
}