remove scroll shadows from fullscreen player

This commit is contained in:
jeffvli
2026-01-03 03:23:58 -08:00
parent 968d991a1a
commit 8c91f1c52d
4 changed files with 182 additions and 163 deletions
@@ -106,7 +106,11 @@ export const FullScreenPlayerQueue = () => {
</Group>
{activeTab === 'queue' ? (
<div className={styles.queueContainer}>
<PlayQueue listKey={ItemListKey.FULL_SCREEN} searchTerm={undefined} />
<PlayQueue
enableScrollShadow={false}
listKey={ItemListKey.FULL_SCREEN}
searchTerm={undefined}
/>
</div>
) : activeTab === 'related' ? (
<div className={styles.queueContainer}>