Why doesn't position: sticky work on my header?
问题 I am using position: sticky; for my header, but it does not seem to work. The error is that the navigation bar doesn't stay in place when I scroll down, like it should with position: sticky set. * { margin: 0px; } nav { width: 100%; background-color: white; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .32); } #navigation { list-style-type: none; padding: 0px; margin: 0px; } li { display: inline-block; padding: 0px; font-family: Antonio; font-size: 3em; padding-left: 5px; padding-right: 5px; padding