pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

increase scrollbar padding (scrollbar is still visible on some platforms)

+2 -2
+2 -2
src/pages/Discover.tsx
··· 252 252 </h2> 253 253 <div 254 254 id={`carousel-${categorySlug}`} 255 - className="flex whitespace-nowrap pt-3 overflow-auto rounded-xl overflow-y-hidden" 255 + className="flex whitespace-nowrap pt-4 overflow-auto scrollbar rounded-xl overflow-y-hidden" 256 256 style={{ 257 257 scrollbarWidth: "thin", 258 258 // scrollbarColor: `${bgColor} transparent`, 259 - scrollbarColor: `transparent transparent`, 259 + scrollbarColor: "transparent transparent", 260 260 }} 261 261 ref={(el) => { 262 262 carouselRefs.current[categorySlug] = el;