ns77@siliconpin.com 2025-09-03 14:33:23 +00:00
parent 4516d7aad8
commit 86c5fb392e
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
overflow-y: auto;
/* ✅ Keep content above bottom nav */
padding-bottom: calc(55px + 25px); /* nav height + safe gap */
padding-bottom: calc(55px + 40px); /* nav height + safe gap */
}
.agent-bottom-nav {
position: fixed;
bottom: 25px; /* ✅ keep above phone navigation bar */
bottom: 40px; /* ✅ keep above phone navigation bar */
left: 0;
right: 0;
height: 55px;