Commit 92ba34b9 by Arjun Jhukal

updated the menu clip

parent e2060681
...@@ -53,8 +53,6 @@ export default function PrimaryMenu({ open }: { open: boolean }) { ...@@ -53,8 +53,6 @@ export default function PrimaryMenu({ open }: { open: boolean }) {
onMouseLeave={handleMouseLeave} onMouseLeave={handleMouseLeave}
style={{ style={{
position: 'relative', position: 'relative',
maxHeight: "calc(100vh - 500px)",
overflowY: "auto"
}}> }}>
<div <div
style={{ style={{
......
...@@ -94,7 +94,10 @@ export default function UserMenu({ open }: { open: boolean }) { ...@@ -94,7 +94,10 @@ export default function UserMenu({ open }: { open: boolean }) {
</div> </div>
</Private> </Private>
)} )}
<Box > <Box sx={{
maxHeight: "calc(100vh - 210px)",
overflowY: "auto"
}} >
<div className="flex flex-col gap-16 lg:gap-28"> <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