v2
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
/* ✅ Keep content above bottom nav */
|
/* ✅ 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 {
|
.agent-bottom-nav {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 25px; /* ✅ keep above phone navigation bar */
|
bottom: 40px; /* ✅ keep above phone navigation bar */
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 55px;
|
height: 55px;
|
||||||
|
|||||||
Reference in New Issue
Block a user