From f8fb4c8f54498f323a01097197b8bbac15c58b29 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 6 May 2020 08:43:15 -0400 Subject: [PATCH] Make the borders of the AlbumSongs round --- ui/src/album/AlbumSongs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/album/AlbumSongs.js b/ui/src/album/AlbumSongs.js index 7e8563f2553..3135df1503c 100644 --- a/ui/src/album/AlbumSongs.js +++ b/ui/src/album/AlbumSongs.js @@ -30,7 +30,6 @@ const useStyles = makeStyles( [theme.breakpoints.down('xs')]: { boxShadow: 'none', }, - overflow: 'inherit', }, bulkActionsDisplayed: { marginTop: -theme.spacing(8),