main
parent
4516d7aad8
commit
86c5fb392e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue