Skip to content

Commit

Permalink
Make the artist tree scroll when it overflows
Browse files Browse the repository at this point in the history
  • Loading branch information
asynts committed Oct 4, 2022
1 parent e5e8aa9 commit ac868ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/DiscoverPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
.c-DiscoverPage .artist-tree-container {
grid-column: 1;
grid-row: 2;

overflow-y: scroll;
}

.c-DiscoverPage .c-ArtistDetails {
Expand Down

0 comments on commit ac868ff

Please sign in to comment.