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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.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 | « third_party/WebKit/Source/devtools/front_end/network/networkPanel.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css b/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
index 76fb32bb6ae054c625439614a9bd6a0c734f9d90..0e528df4985db5ee2d140dcb5e4801d0557d1736 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
@@ -12,4 +12,5 @@
display: flex;
align-items: center;
justify-content: center;
+ overflow: auto;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/networkPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698