It seems that other classes in my codebase are interfering with the sticky-top class from Bootstrap. I initially thought that all I had to do was add the class to the navbar, but with two navbars and restrictions on using fixed-top, things have become tricky. I was hoping the second navbar would stick to the top as I scrolled down, but it seems I'm missing something. Here's a snippet of my code:
/* CSS Snippet Goes Here */
<!-- HTML Snippet Goes Here -->