fix: fix sticky bar style

This commit is contained in:
2025-09-03 15:53:43 +08:00
parent 2f7984ea2b
commit 7caa0ac208
3 changed files with 6 additions and 6 deletions

View File

@@ -905,10 +905,10 @@
.sticky-bottom-bar {
position: sticky;
bottom: 0;
padding: 10px 10px env(safe-area-inset-bottom);
padding: 10px 10px 32px;
box-sizing: border-box;
width: 100%;
height: calc(52px + env(safe-area-inset-bottom));
height: 92px;
display: flex;
align-items: center;
justify-content: space-between;