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.

fix carousel overlay

Pas fd3761bd 66d451af

+4 -1
+4 -1
src/components/player/atoms/Episodes.tsx
··· 196 196 197 197 <div 198 198 ref={carouselRef} 199 - className="flex flex-col lg:flex-row lg:overflow-x-auto space-y-3 sm:space-y-4 lg:space-y-0 lg:space-x-4 pb-4 pt-2 lg:px-12 scrollbar-hide carousel-container" 199 + className={classNames( 200 + "flex flex-col lg:flex-row lg:overflow-x-auto space-y-3 sm:space-y-4 lg:space-y-0 lg:space-x-4 pb-4 pt-2 lg:px-12 scrollbar-hide", 201 + { "carousel-container": window.innerWidth >= 1024 }, 202 + )} 200 203 style={{ 201 204 scrollbarWidth: "none", 202 205 msOverflowStyle: "none",