24 votes

For anyone that likes sticky navbars

Topic deleted by author

2 comments

  1. jennraeross
    Link
    Alternatively, if you have a css injector, this should work as well: #site-header { position: sticky; top: 0; padding: .5em!important; z-index: 5; }

    Alternatively, if you have a css injector, this should work as well:

    #site-header {
      position: sticky;
      top: 0;
      padding: .5em!important;
      z-index: 5;
    }
    
    2 votes