#ffb000 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ffb000, aggregated by home.social.
-
@bsdphk @piccolbo Looks interesting, but I didn't get to reading before noticing that the sidebar is broken in the online version. The CSS part in the "nav" rule:
color: #FFB000
overflow-x: hidden;Lacks a semicolon, which kills the scroll bar. Also:
height:100%;
Should probably be replaced by:
bottom:0;
In order to not make the element too tall for the screen.