fix: keep points tip visible above action
This commit is contained in:
@@ -470,8 +470,11 @@ $line: #e8ebef;
|
||||
}
|
||||
|
||||
.points-tip {
|
||||
margin: 20rpx 28rpx 0;
|
||||
flex-shrink: 0;
|
||||
position: fixed;
|
||||
left: 28rpx;
|
||||
right: 28rpx;
|
||||
bottom: calc(120rpx + env(safe-area-inset-bottom));
|
||||
z-index: 19;
|
||||
min-height: 60rpx;
|
||||
padding: 0 20rpx;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user