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