Propagate click correctly

auto_join_3.3
Håvar Aambø Fosstveit 2020-04-03 10:07:20 +02:00
parent 4a273f0cd3
commit 8e85ce51e8
1 changed files with 2 additions and 0 deletions

View File

@ -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',