OC nav: move mobile dropdown out of the backdrop-filtered nav so its own glass (backdrop-filter) actually blurs the page — fixes missing frosted effect on the open menu

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Michael Victory
2026-06-17 07:21:38 -07:00
parent 651d429645
commit 0c42369220
+6 -6
View File
@@ -60,13 +60,13 @@
<circle class="o-ring" cx="16" cy="16" r="9"/> <circle class="o-ring" cx="16" cy="16" r="9"/>
</svg> </svg>
</button> </button>
<div class="nav-mobile-menu" id="navMobileMenu">
<a href="#problem">The problem</a>
<a href="#work">How we work</a>
<a href="#who">Who we are</a>
<a class="nav-cta" href="#contact">Book a conversation</a>
</div>
</header> </header>
<div class="nav-mobile-menu" id="navMobileMenu">
<a href="#problem">The problem</a>
<a href="#work">How we work</a>
<a href="#who">Who we are</a>
<a class="nav-cta" href="#contact">Book a conversation</a>
</div>
<main id="top"> <main id="top">