Custom CSS to remove the NodeBB sticky/fixed navbar and header
Web Development
4
Posts
3
Posters
397
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!
-
For the Flatly Cookies notice that pops up at the bottom of the screen (and an issue on Switch, as it would appear on every visit):
.cookie-consent { position: relative; } -
ohh okii thank youuu ^ ^
(damn'. now i want cookies :'( ) -
ohh okii thank youuu ^ ^
(damn'. now i want cookies :'( )@Lee-Minho lol same
