Code Snippet

Sticky section using CSS

selector{
    position: sticky !important;
    top: 10px;
    display: block !important;
}

Join the discussion

Sign in to share your thoughts and respond to others.

Log in to respond
Best matches