| Index: third_party/WebKit/Source/devtools/front_end/ui/ListControl.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/ListControl.js b/third_party/WebKit/Source/devtools/front_end/ui/ListControl.js
|
| index b80e963eb6bbed2184d7808d8e2b65f4124f0fe8..f97f8d9db4d5d5f9397adc3b9febfb8263b63d4a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/ListControl.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/ListControl.js
|
| @@ -54,7 +54,7 @@ UI.ListControl = class {
|
| */
|
| constructor(delegate, mode) {
|
| this.element = createElement('div');
|
| - this.element.style.overflow = 'auto';
|
| + this.element.style.overflowY = 'auto';
|
| this._topElement = this.element.createChild('div');
|
| this._bottomElement = this.element.createChild('div');
|
| this._firstIndex = 0;
|
|
|