feat: add scroll top mask, unify page top spacing and docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.orders-page {
|
||||
padding: 0 32rpx 48rpx;
|
||||
padding: 0 32rpx calc(220rpx + env(safe-area-inset-bottom));
|
||||
min-height: 100vh;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user