diff --git a/src/components/DiscoverPage.css b/src/components/DiscoverPage.css index 4b4927e..d071be4 100644 --- a/src/components/DiscoverPage.css +++ b/src/components/DiscoverPage.css @@ -13,6 +13,8 @@ .c-DiscoverPage .artist-tree-container { grid-column: 1; grid-row: 2; + + overflow-y: scroll; } .c-DiscoverPage .c-ArtistDetails {