| Index: third_party/WebKit/Source/devtools/front_end/console/ConsoleViewport.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewport.js b/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewport.js
|
| index 6341e4a282ddb72bbbaf8150037b429c1ee1f4e5..c746c68a53aeee7c8eabc74e6063a7ada5ebe7bd 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewport.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewport.js
|
| @@ -37,7 +37,6 @@ Console.ConsoleViewport = class {
|
| */
|
| constructor(provider) {
|
| this.element = createElement('div');
|
| - this.element.style.overflow = 'auto';
|
| this._topGapElement = this.element.createChild('div');
|
| this._topGapElement.style.height = '0px';
|
| this._topGapElement.style.color = 'transparent';
|
|
|