mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Merge pull request #5614 from workadventure-xce/fix/dom_elements_container_style
Do not set pointer-events property on DOM elements container
This commit is contained in:
commit
ddb62c7aa8
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ var CreateDOMContainer = function (game)
|
|||
'padding: 0; margin: 0;',
|
||||
'position: absolute;',
|
||||
'overflow: hidden;',
|
||||
'pointer-events: none;',
|
||||
'transform: scale(1);',
|
||||
'transform-origin: left top;'
|
||||
].join(' ');
|
||||
|
|
Loading…
Reference in a new issue