home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

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

removed scrollbar (sometimes) on music gateway info div

Signed-off-by: ari melody <ari@arimelody.me>

+6 -2
+6 -2
public/style/music-gateway.css
··· 211 211 height: 360px; 212 212 overflow: scroll; 213 213 scroll-behavior: smooth; 214 - scrollbar-width: thin; 215 - scrollbar-color: #111; 216 214 mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%); 215 + 216 + -ms-overflow-style: none; 217 + scrollbar-width: none; 218 + ::-webkit-scrollbar { 219 + display: none; 220 + } 217 221 } 218 222 219 223 div#info > div {