Skip to content

Commit

Permalink
feat(match2): BR/FFA Sidescrolling behavior not working properly on c…
Browse files Browse the repository at this point in the history
…hrome (#5193)

Remove '-x' from overflow
  • Loading branch information
liquidely authored Dec 11, 2024
1 parent 75cd529 commit ac582c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/commons/BattleRoyale/PanelTable.less
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ Author(s): Elysienna
min-width: 15.875rem;

@media ( min-width: 768px ) {
overflow-x: hidden;
overflow: hidden;
scroll-behavior: smooth;
}
}
Expand Down

0 comments on commit ac582c4

Please sign in to comment.