Remove scroll bars

This commit is contained in:
PizZaKatZe 2021-03-21 12:47:11 +01:00
parent 519018f6c5
commit 13fcda7bcf
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();