This commit is contained in:
copyrighttxt
2026-08-03 17:32:42 -04:00
committed by GitHub
parent d2a0d2ba88
commit b8c141cde9
2 changed files with 16 additions and 2 deletions
+15 -1
View File
@@ -30,4 +30,18 @@
display: table;
margin: 0 auto;
}
}
.friends-scroll {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
white-space: nowrap;
}
.friends-scroll a {
flex: 0 0 auto;
}
.friends-scroll::-webkit-scrollbar { display: none; }
.friends-scroll { -ms-overflow-style: none; scrollbar-width: none; }