fix: keep points tip visible above action

This commit is contained in:
hajimi
2026-08-03 03:11:01 +08:00
parent 175db68c36
commit 2928bb692b
@@ -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;