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:
Richard Davey 2021-03-24 15:51:26 +00:00 committed by GitHub
commit ddb62c7aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(' ');