Skip to content

Commit 1c4e6da

Browse files
committed
fix: layer zIndex 10000
1 parent 3a44d99 commit 1c4e6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SortableDragLayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getItemStyles } from './utils';
99
const layerStyles: CSSProperties = {
1010
position: 'fixed',
1111
pointerEvents: 'none',
12-
zIndex: 100,
12+
zIndex: 10000,
1313
left: 0,
1414
top: 0,
1515
width: '100%',

0 commit comments

Comments
 (0)