fixing nav zindex

This commit is contained in:
2024-12-13 12:01:35 -05:00
parent b4d91ea36a
commit ea10b5dad1

View File

@@ -260,7 +260,7 @@ export default function PopNav() {
</button>
{/* Flyout menus */}
<PopoverGroup className="hidden lg:ml-8 lg:block lg:self-stretch">
<PopoverGroup className="hidden lg:ml-8 lg:block lg:self-stretch z-20">
<div className="flex h-full space-x-8">
{navigation.categories.map((category) => (
<Popover key={category.name} className="flex">