mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
fixing nav zindex
This commit is contained in:
@@ -260,7 +260,7 @@ export default function PopNav() {
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
{/* Flyout menus */}
|
{/* 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">
|
<div className="flex h-full space-x-8">
|
||||||
{navigation.categories.map((category) => (
|
{navigation.categories.map((category) => (
|
||||||
<Popover key={category.name} className="flex">
|
<Popover key={category.name} className="flex">
|
||||||
|
|||||||
Reference in New Issue
Block a user