Skip to content

Commit

Permalink
leaderboard remove horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
JYNguyen committed Apr 25, 2024
1 parent 7c5ed69 commit bf52377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html/style_lobby.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,12 @@ select {

/* Add styles for the leaderboard section */
#leaderboardContainer {
flex-basis: 30%;
flex-basis: 40%;
padding: 20px;
background: white;
border: 1px solid black;
overflow-y: scroll;
overflow-x: hidden;
}
#leaderboardTable {
width: 100%;
Expand Down

0 comments on commit bf52377

Please sign in to comment.