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,
|
||||
display: 'flex',
|
||||
flexDirection: 'row',
|
||||
pointerEvents: 'none',
|
||||
'& > *': {
|
||||
pointerEvents: 'all',
|
||||
},
|
||||
})
|
||||
|
||||
const StyledSpacer = styled('div', {
|
||||
flexGrow: 2,
|
||||
pointerEvents: 'none',
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue