Hello, I ran into a problem. I’m trying to create sticky sidebar navigation, but it just does not work. I can’t figure out where is the problem. Thank you in advance for help
“position: sticky” won’t work if any of your parent elements have a “overflow: hidden” applied to them. I saw that both “Paslauga_sticky content wrapper left” and “Content Section” had overflow: hidden, so change them to “overflow: visible” and it should work