Personal Site
0
fork

Configure Feed

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

Scroll the nowplaying on overflow

+3
+3
src/components/home/playing/NowPlaying.astro
··· 214 214 .playing { 215 215 z-index: 2; 216 216 217 + contain: size; 218 + overflow-y: auto; 219 + 217 220 /* mobile border image */ 218 221 @media (max-width: 105ch) { 219 222 border-image-source: var(--box-tb-png);