Merge pull request #17 from camunoz2/fix-dropdown
fix: menu dropdown behind hero image
This commit is contained in:
@@ -24,7 +24,7 @@ const { title, lastItem, children } = Astro.props;
|
|||||||
<DropdownItems>
|
<DropdownItems>
|
||||||
<div
|
<div
|
||||||
class:list={[
|
class:list={[
|
||||||
"lg:absolute w-full lg:w-48",
|
"lg:absolute w-full lg:w-48 z-10",
|
||||||
lastItem
|
lastItem
|
||||||
? "lg:right-0 origin-top-right"
|
? "lg:right-0 origin-top-right"
|
||||||
: "lg:left-0 origin-top-left",
|
: "lg:left-0 origin-top-left",
|
||||||
|
|||||||
Reference in New Issue
Block a user