Propagate click correctly
parent
4a273f0cd3
commit
8e85ce51e8
|
|
@ -76,6 +76,8 @@ const styles = (theme) =>
|
||||||
alignItems : 'flex-end',
|
alignItems : 'flex-end',
|
||||||
padding : theme.spacing(1),
|
padding : theme.spacing(1),
|
||||||
zIndex : 21,
|
zIndex : 21,
|
||||||
|
touchAction : 'none',
|
||||||
|
pointerEvents : 'none',
|
||||||
'& p' :
|
'& p' :
|
||||||
{
|
{
|
||||||
position : 'absolute',
|
position : 'absolute',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue