Skip to content

Commit

Permalink
FixHamburger-Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNEET-EMM committed Dec 7, 2023
1 parent 3e694d2 commit ec2a5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar/navDrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const NavDrop = forwardRef((props, ref)=> {
const {setDrop}=props;
const [show, setShow] = useState(null);
return (
<div className='absolute ml-[-16px] top-16 w-full bg-[#1B1130]'>
<div ref ={ref} className='absolute ml-[-16px] top-16 w-full bg-[#1B1130]'>
<div className='flex flex-col p-4 pb-8 w-full'>
{links.map((link) => {
return (
Expand Down

0 comments on commit ec2a5b9

Please sign in to comment.