| Index: Source/devtools/front_end/inspectorCommon.css
|
| diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
|
| index 300ebe144fb84476d2e11fd1c67720f63b485a71..3d561dc769d0aa8d8df3eb0c49c6a9318ee96651 100644
|
| --- a/Source/devtools/front_end/inspectorCommon.css
|
| +++ b/Source/devtools/front_end/inspectorCommon.css
|
| @@ -156,7 +156,7 @@ iframe.view {
|
| left: 0;
|
| right: 0;
|
| top: 0;
|
| - bottom: 60px;
|
| + height: 20px;
|
| z-index: 150;
|
| }
|
|
|
| @@ -164,7 +164,7 @@ iframe.view {
|
| left: 0%;
|
| right: 0%;
|
| top: 0px;
|
| - bottom: 60px;
|
| + height: 20px;
|
| background-color: black;
|
| position: absolute;
|
| }
|
| @@ -183,7 +183,7 @@ iframe.view {
|
| .overview-grid-window-resizer {
|
| position: absolute;
|
| top: 0px;
|
| - bottom: 60px;
|
| + height: 20px;
|
| width: 5px;
|
| margin-left: -3px;
|
| margin-right: -2px;
|
|
|