Merge pull request #826 from workadventure-xce/fix/scrollbars

Remove scroll bars
This commit is contained in:
David Négrier 2021-03-22 15:06:23 +01:00 committed by GitHub
commit 96492e8594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@ export class HelpCameraSettingsScene extends Phaser.Scene {
this.closeHelpCameraSettingsOpened();
}
});
if(this.helpCameraSettingsElement.parent){
(this.helpCameraSettingsElement.parent as HTMLDivElement).style.overflow = 'scroll';
}
if(!mediaManager.constraintsMedia.audio || !mediaManager.constraintsMedia.video){
this.openHelpCameraSettingsOpened();