diff --git a/plugins/playlist/src/components/PlaylistPage/AddEntitiesDrawer.tsx b/plugins/playlist/src/components/PlaylistPage/AddEntitiesDrawer.tsx index fe08870bcd..d5a52dc83c 100644 --- a/plugins/playlist/src/components/PlaylistPage/AddEntitiesDrawer.tsx +++ b/plugins/playlist/src/components/PlaylistPage/AddEntitiesDrawer.tsx @@ -58,7 +58,8 @@ const useStyles = makeStyles((theme: Theme) => searchBarContainer: { borderRadius: 30, display: 'flex', - height: '2.4em', + height: '100%', + boxShadow: 'none', }, gridContainer: { height: '100%',