| Index: remoting/webapp/ui_mode.js
|
| diff --git a/remoting/webapp/ui_mode.js b/remoting/webapp/ui_mode.js
|
| index 0a425fcf5c8be756070c9a357ce0351127f8b1be..1fb832ffbd843eaf3a39e92a62d104d6f5ac6395 100644
|
| --- a/remoting/webapp/ui_mode.js
|
| +++ b/remoting/webapp/ui_mode.js
|
| @@ -128,6 +128,9 @@ remoting.setMode = function(mode) {
|
| false);
|
| document.removeEventListener('webkitvisibilitychange',
|
| remoting.onVisibilityChanged, false);
|
| + // TODO(jamiewalch): crbug.com/252796: Remove this once crbug.com/240772
|
| + // is fixed.
|
| + document.body.parentNode.classList.remove('no-scroll');
|
| }
|
| };
|
|
|
|
|