.stickyContainer { position: relative !important; } .sticky { position: relative !important; } .stickyActive:not(.stickyAtBottom) { position: fixed !important; top: 64px !important; } .stickyAtBottom { position: absolute !important; top: auto !important; bottom: 30px !important; }