I have a div positioned fixed on the left side of a web page, containing menu and navigation links. It has no height set from css, the content dete
div
fixed
Try this on your position:fixed element.
overflow-y: scroll; max-height: 100%;