| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| index b7b1dc6eb56419b3c6324ff5710bb344d70a6587..1d70023c67daa12500ca37ed916da787a6f57d9e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| @@ -368,3 +368,10 @@ label[is=dt-icon-label] {
|
| background: unset;
|
| background-color: white;
|
| }
|
| +
|
| +.modal-overlay {
|
| + position: absolute;
|
| + display: flex;
|
| + justify-content: flex-start;
|
| + align-items: stretch;
|
| +}
|
|
|