Chromium Code Reviews| Index: Source/devtools/front_end/elementsPanel.css |
| diff --git a/Source/devtools/front_end/elementsPanel.css b/Source/devtools/front_end/elementsPanel.css |
| index 073e2981a99110c289e88e31e5fc657e5a8a281c..e856c6203a6192d806d44e7fd42f1fca49c2e4c7 100644 |
| --- a/Source/devtools/front_end/elementsPanel.css |
| +++ b/Source/devtools/front_end/elementsPanel.css |
| @@ -31,6 +31,7 @@ |
| flex: 1 1; |
| overflow: auto; |
| padding-left: 0; |
| + -webkit-transform: translateZ(0); |
|
caseq
2014/03/20 09:03:22
Is this one really necessary?
|
| } |
| #elements-crumbs { |
| @@ -43,6 +44,7 @@ |
| #elements-content > ol { |
| display: inline-block; |
| min-height: 100%; |
| + -webkit-transform: translateZ(0); |
| } |
| #elements-content .editing { |
| @@ -567,7 +569,6 @@ |
| } |
| .sidebar-pane.composite { |
| - overflow: hidden; |
| position: absolute; |
| } |