Why is my page not scrollable?
问题 So I have made a few pages that use the following css code: html { overflow-y: scroll; } ul.navbar { list-style-type: none; position: fixed; top: 00px; left: 00px; width: 200px; height: 700px; background-image:url('/images/B_left-background.png'); } ul.header { position: fixed; top: -20px; left: 240px; height: 100px; width:700px; background-image:url('/images/B_left-top.png'); } body { position: fixed; top: 100px; left: 300px; font-family: Georgia, "Times New Roman", Times, serif; background