fix events on top panel (#226)
This commit is contained in:
parent
f30eb26003
commit
6951fb370c
1 changed files with 5 additions and 0 deletions
|
@ -52,8 +52,13 @@ const StyledTopPanel = styled('div', {
|
||||||
right: 0,
|
right: 0,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
pointerEvents: 'none',
|
||||||
|
'& > *': {
|
||||||
|
pointerEvents: 'all',
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
const StyledSpacer = styled('div', {
|
const StyledSpacer = styled('div', {
|
||||||
flexGrow: 2,
|
flexGrow: 2,
|
||||||
|
pointerEvents: 'none',
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue