Custom CSS to remove the NodeBB sticky/fixed navbar and header
Web Development
4
Posts
3
Posters
295
Views
1
Watching
-
The below CSS has been added to this site to stop the navbar from overlapping everything. Before these changes, the it would hang around and get in the way while scrolling and zooming around on the Switch browser.
The changes in the custom CSS section, and are for the Persona theme:
.navbar-fixed-bottom, .navbar-fixed-top, .topic-list-header, .topic .topic-header { position: relative; top: 0; } #panel { padding-top: 0; }It affects three separate things (the top bar, the topic title, and the "new topic" bar). Just documenting for posterity or if someone else on the Internet tries to search how to do this!
-
ohh okii thank youuu ^ ^
(damn'. now i want cookies :'( ) -
ohh okii thank youuu ^ ^
(damn'. now i want cookies :'( )
