Skip to content

Commit a9c0292

Browse files
committed
Fixed premature scrollbar on loaderboard
1 parent 501520f commit a9c0292

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/LeaderboardPage.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,14 @@
318318
align-items: center;
319319
text-align: left;
320320
justify-content: flex-start;
321+
min-width: 0 !important;
321322
overflow-x: auto !important;
322323
white-space: nowrap !important;
323324
}
324325

325326
.affiliation-col {
326327
scrollbar-width: thin;
328+
min-width: 0 !important;
327329
overflow-x: auto !important;
328330
white-space: nowrap !important;
329331

0 commit comments

Comments
 (0)