Skip to content

Commit 3336680

Browse files
committed
fix z index of modal
1 parent 83d7832 commit 3336680

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/react/StorageConflictModal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export default () => {
3232
margin: '10px',
3333
color: '#FFFFFF',
3434
fontFamily: 'minecraft, monospace',
35-
textAlign: 'center'
35+
textAlign: 'center',
36+
zIndex: 1000,
3637
}}>
3738
<div style={{
3839
fontSize: '16px',

0 commit comments

Comments
 (0)