I am designing a application where left side is menu and is positioned fixed but right side is content and is overlapping with left side, how do i stop this overlapping, I am attaching a loom video to show the website
Hi @nikhs186,
It depends on the structure you created. I believe you will need to add a margin-left
in the parent element of the right-side content. This margin-left
is the same size as the left fixed menu.
If you want, please share the read-only link of your project, it will easier to see your structure and help
I have added the left margin to right element and it worked