Why isn't my sticky section code working on PageFly?

Hi @rileybrowni ,

Would you please try this code:

#sticky-01 {
	position: fixed;
	z-index: 1;
	top: 0;
}

Thanks