mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-09 22:02:19 +02:00
remove scroll shadows from fullscreen player
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user