I’m quite unexperienced with html and css, but I need to make a simple html-page for my courses. I am facing the problem, that the content on my page isn’t scrolling correctly. If you look at this page: http://clubnights.square7.ch/impr.html you will see what I am talking about. It should be stupid newbie mistake so I would appreciate if someone could tell me what I am doing wrong.
Share
Just change height to
max-height:75%instead ofheight:100%.Hope it will help you.