This commit is contained in:
ns77@siliconpin.com
2025-09-03 14:22:36 +00:00
parent d5f88aa754
commit 37d32f3ec9

View File

@@ -4,6 +4,7 @@
<style> <style>
.agent-body { .agent-body {
margin: 0; margin: 0;
margin-top: 50px;
padding: 0; padding: 0;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
overflow-y: auto; overflow-y: auto;
@@ -42,7 +43,6 @@
/* ===== Bottom Navigation ===== */ /* ===== Bottom Navigation ===== */
.agent-bottom-nav { .agent-bottom-nav {
position: fixed; position: fixed;
margin-top: 150px;
bottom: 45px; /* ✅ stays above system navigation keys */ bottom: 45px; /* ✅ stays above system navigation keys */
left: 10px; left: 10px;
right: 10px; right: 10px;