Fix mouse-dummy pointer events for demo video

This commit is contained in:
Thomas Nordquist
2019-04-27 10:32:45 +02:00
parent e9e6ea618d
commit a1d3f32f73

View File

@@ -77,6 +77,7 @@ const style = (theme: Theme) => ({
position: 'fixed' as 'fixed', position: 'fixed' as 'fixed',
zIndex: 1000000, zIndex: 1000000,
filter: theme.palette.type === 'light' ? undefined : 'invert(100%)', filter: theme.palette.type === 'light' ? undefined : 'invert(100%)',
pointerEvents: 'none' as 'none',
}, },
}) })