mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Prevent visualization element from blocking mouse interaction in test:dev UI.
This commit is contained in:
parent
f2c7abecbe
commit
9907f93086
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ let $visCanvas = $('<div>')
|
|||
position: 'fixed',
|
||||
top: '0px',
|
||||
left: '0px',
|
||||
overflow: 'hidden'
|
||||
overflow: 'hidden',
|
||||
'pointer-events': 'none', // Prevent element from blocking you from clicking a test
|
||||
})
|
||||
.appendTo('body');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue