This commit is contained in:
@@ -514,6 +514,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 2;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 0 20rpx;
|
padding: 0 20rpx;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@@ -550,7 +553,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container .filter-tabs {
|
.container .filter-tabs {
|
||||||
position: relative;
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 2;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 8rpx;
|
padding: 8rpx;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|||||||
@@ -745,7 +745,9 @@
|
|||||||
.tab-header {
|
.tab-header {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 2;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
padding: 8rpx;
|
padding: 8rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user