mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 23:26:15 -05:00
More scroll stuff
This commit is contained in:
@@ -300,7 +300,9 @@ function ResultHighlights() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className={clsx(styles.resultHighlights, "overflow-x-auto")}>
|
||||
<div
|
||||
className={clsx(styles.resultHighlights, "overflow-x-auto scrollbar")}
|
||||
>
|
||||
<div className="stack sm text-center">
|
||||
<h2 className={styles.resultHighlightsTitle}>
|
||||
{t("front:leaderboards.topPlayers")}
|
||||
@@ -329,7 +331,9 @@ function ResultHighlights() {
|
||||
{recentResults}
|
||||
</div>
|
||||
</div>
|
||||
<div className={clsx(styles.resultHighlights, "overflow-x-auto")}>
|
||||
<div
|
||||
className={clsx(styles.resultHighlights, "overflow-x-auto scrollbar")}
|
||||
>
|
||||
<div className="stack sm text-center desktop-hidden">
|
||||
{recentResults}
|
||||
</div>
|
||||
|
||||
@@ -201,6 +201,7 @@
|
||||
.resultHighlights {
|
||||
display: flex;
|
||||
gap: var(--s-2);
|
||||
padding-block: var(--s-2);
|
||||
}
|
||||
|
||||
.resultHighlightsTitle {
|
||||
|
||||
Reference in New Issue
Block a user