Skip to content

Commit b778fa0

Browse files
authored
Merge pull request #1302 from p4p4j0hn/issue1206
fix(issue1206): Need to use unsetZIndex=true in react-draggable-list
2 parents 5e91a1c + d3e08fd commit b778fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/queue.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export default function Queue(props: ServerProps) {
122122
itemKey={generateItemKey}
123123
template={QueueListItem}
124124
list={userQueueItems}
125+
unsetZIndex={true}
125126
onMoveEnd={_onMoveEnd}
126127
container={() => listRef.current}
127128
commonProps={{ userInfo, isEditing }}

0 commit comments

Comments
 (0)