CSS Position “Sticky”
-
I have created an additional CSS class (bottom-sticky) and assigned it to a group at the bottom of the post (the blue button).
When in additional CSS:
.bottom-sticky {
position: sticky;
bottom: 0px;
z-index: 900;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}For the position parameter, it states:
Expected (static, relative, absolute, fixed) but found “sticky”.Why doesn’t the “sticky” parameter work in this case?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘CSS Position “Sticky”’ is closed to new replies.
