24 votes For anyone that likes sticky navbars Posted June 12, 2023 by unknown user (edited June 12, 2023) Tags: suggestions, navigation bars, user interface Topic deleted by author 2 comments Collapse replies Expand all Comments sorted by most votes newest first order posted relevance OK synergy-unsterile June 12, 2023 Link Added to the Customizing Tildes wiki page. Added to the Customizing Tildes wiki page. 6 votes jennraeross June 12, 2023 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
synergy-unsterile June 12, 2023 Link Added to the Customizing Tildes wiki page. Added to the Customizing Tildes wiki page. 6 votes
jennraeross June 12, 2023 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
Added to the Customizing Tildes wiki page.
Alternatively, if you have a css injector, this should work as well: