v2
This commit is contained in:
@@ -5,13 +5,13 @@
|
|||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
/* ✅ space for bottom nav */
|
/* ✅ Keep content above bottom nav */
|
||||||
padding-bottom: 70px; /* nav height (55px) + extra gap */
|
padding-bottom: calc(55px + 25px); /* nav height + safe gap */
|
||||||
}
|
}
|
||||||
|
|
||||||
.agent-bottom-nav {
|
.agent-bottom-nav {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 25px; /* ✅ keep above phone navigation bar */
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 55px;
|
height: 55px;
|
||||||
@@ -21,6 +21,11 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
border-top: 1px solid rgba(255,255,255,0.2);
|
border-top: 1px solid rgba(255,255,255,0.2);
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
|
||||||
|
/* Optional floating style */
|
||||||
|
border-radius: 12px;
|
||||||
|
margin: 0 10px;
|
||||||
|
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.agent-bottom-link {
|
.agent-bottom-link {
|
||||||
@@ -38,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
.agent-bottom-link.active {
|
.agent-bottom-link.active {
|
||||||
background: rgba(255,255,255,0.2);
|
background: rgba(255,255,255,0.2);
|
||||||
border-radius: 5px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user