fix: fix sticky bar style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user