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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkPanel.css

Issue 1771393003: DevTools: Add scroll bar to the JSON view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 9 months 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 | third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
index 6d73e6b6dfcca9a7fcbb0e0c250454f0b93e98ce..741ba567883b4f281d7f6e6153aa7f697c2d8be8 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkPanel.css
@@ -222,6 +222,7 @@
.json-view {
padding: 2px 6px;
+ overflow: auto;
}
.request-view.html iframe {
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698