| Index: third_party/WebKit/Source/devtools/front_end/ui/panel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/inspectedPagePlaceholder.css b/third_party/WebKit/Source/devtools/front_end/ui/panel.css
|
| similarity index 70%
|
| copy from third_party/WebKit/Source/devtools/front_end/emulation/inspectedPagePlaceholder.css
|
| copy to third_party/WebKit/Source/devtools/front_end/ui/panel.css
|
| index b5c4a93c6d5e5751bed3a004bdc19a59549ddca6..02b85d90e3274bfcb5be42133d2ad2cd4f993687 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/inspectedPagePlaceholder.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/panel.css
|
| @@ -4,6 +4,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -:host {
|
| - background-color: white;
|
| +.panel-sidebar {
|
| + overflow-x: hidden;
|
| + background-color: #f3f3f3;
|
| }
|
|
|