| Index: chrome/browser/resources/inspect/inspect.css
|
| diff --git a/chrome/browser/resources/inspect/inspect.css b/chrome/browser/resources/inspect/inspect.css
|
| index 8bef844390f6f36ec17d506e50162af011bfdc9c..f8075c27d6fe0f8c52d3a1fd452aa9bc21f73141 100644
|
| --- a/chrome/browser/resources/inspect/inspect.css
|
| +++ b/chrome/browser/resources/inspect/inspect.css
|
| @@ -430,11 +430,11 @@ dialog.target-discovery .port-forwarding {
|
| }
|
| @media (min-width: 47em) {
|
| #container {
|
| - height: 100vh;
|
| + max-height: 100vh;
|
| }
|
| #navigation,
|
| #content {
|
| - height: 100vh;
|
| + max-height: 100vh;
|
| overflow: auto;
|
| }
|
| }
|
|
|