UX Guideline: Navigation — Sticky Navigation. Platform: Web. Description: Fixed nav should not obscure content. Do: Add padding-top to body equal to nav height. Don't: Let nav overlap first section content. Good Example: pt-20 (if nav is h-20). Bad Example: No padding compensation. Severity: Medium.