Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8991)

Unified Diff: chrome/browser/resources/inspect/inspect.css

Issue 2467093002: [DevTools] Remove scrollbar from chrome://inspect (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698