Skip to content

Commit

Permalink
Merge pull request #2958 from metabrainz/ansh/fix-yim-graph-overflow
Browse files Browse the repository at this point in the history
fix: YIM Graph Overflow Issue
  • Loading branch information
anshg1214 authored Aug 13, 2024
2 parents bad5b26 + 99c9849 commit 0caf3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/css/year-in-music.less
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,8 @@
overflow: hidden;
.graph {
color: var(--selectedColor);
overflow: auto;
overflow-x: auto;
overflow-y: hidden;
> * {
min-width: 550px;
}
Expand Down

0 comments on commit 0caf3f8

Please sign in to comment.