Commit 92ba34b9 by Arjun Jhukal

updated the menu clip

parent e2060681
......@@ -53,8 +53,6 @@ export default function PrimaryMenu({ open }: { open: boolean }) {
onMouseLeave={handleMouseLeave}
style={{
position: 'relative',
maxHeight: "calc(100vh - 500px)",
overflowY: "auto"
}}>
<div
style={{
......
......@@ -94,7 +94,10 @@ export default function UserMenu({ open }: { open: boolean }) {
</div>
</Private>
)}
<Box >
<Box sx={{
maxHeight: "calc(100vh - 210px)",
overflowY: "auto"
}} >
<div className="flex flex-col gap-16 lg:gap-28">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment