Fix mouse-dummy pointer events for demo video
This commit is contained in:
@@ -77,6 +77,7 @@ const style = (theme: Theme) => ({
|
||||
position: 'fixed' as 'fixed',
|
||||
zIndex: 1000000,
|
||||
filter: theme.palette.type === 'light' ? undefined : 'invert(100%)',
|
||||
pointerEvents: 'none' as 'none',
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user