Skip to content

Commit

Permalink
z index dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
allandrs committed Nov 22, 2024
1 parent ace1300 commit d9de535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dropdownmenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import "../style/dropDownMenu.css"
export default function DropDownMenu() {
return (
<>
<div className='flex flex-col dropDownMenu md:hidden'>
<ul className='flex flex-col gap-4 z-40'>
<div className='flex flex-col dropDownMenu md:hidden z-40'>
<ul className='flex flex-col gap-4'>
<a href="#">Home</a>
<a href="#services">Serviços</a>
<a href="#about">Sobre nós</a>
Expand Down

0 comments on commit d9de535

Please sign in to comment.