Commits
Amit Thakur committed 27309191dae
Fix for sidebar menu Issue with Current behavior: The side-bar menu is always positioned to the top of the page due to absolute class applied to it, which makes this side-bar menu stick to top and not visible/accessible to the user in case he/she has scrolled down the page. Fix for this issue: I have removed the absolute class and replaced it with fixed class so that the side-bar is always accessible to the user irrespective of his/her scroll position.