mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 13:41:41 -05:00
Fix beta buttons overlapping nav
This commit is contained in:
@@ -63,7 +63,7 @@ function NavigationReact(props) {
|
||||
}
|
||||
|
||||
return (
|
||||
<nav className="border-b-2 z-50 filter bg-white bg-opacity-90 backdrop-blur-xl ">
|
||||
<nav className="border-b-2 z-3 filter bg-white bg-opacity-90 backdrop-blur-xl ">
|
||||
<div className="flex max-w-screen-xl mx-auto h-14 px-4 xl:px-0 items-center">
|
||||
<div className="flex-1">
|
||||
<a className="flex w-fit items-center gap-1 lg:gap-2" href="/">
|
||||
|
||||
@@ -39,7 +39,7 @@ const {
|
||||
<a class="skip-to-content" href="#main" aria-label="Skip to content"
|
||||
>Skip to content</a
|
||||
>
|
||||
<header class="sticky left-0 right-0 top-0">
|
||||
<header class="z-50 sticky left-0 right-0 top-0">
|
||||
<NavigationReact client:load currentURL={Astro.request.url} />
|
||||
<BetaBanner client:load url={Astro.request.url}/>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user