diff --git a/CONTENT/ROOT_URI/Agent/Agent_Nav.php b/CONTENT/ROOT_URI/Agent/Agent_Nav.php index 5d20727..3d3c0c1 100644 --- a/CONTENT/ROOT_URI/Agent/Agent_Nav.php +++ b/CONTENT/ROOT_URI/Agent/Agent_Nav.php @@ -50,6 +50,10 @@ align-items: center; border-top: 1px solid rgba(255,255,255,0.2); z-index: 999; + + /* ✅ Safe area support (iPhone notch, Android nav bar) */ + padding-bottom: env(safe-area-inset-bottom); + padding-bottom: constant(safe-area-inset-bottom); /* older iOS */ } .agent-bottom-link { color: #fff; @@ -104,12 +108,7 @@ Transaction - - - \ No newline at end of file +