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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css

Issue 2383183002: DevTools: fix scrolling in audits (Closed)
Patch Set: Created 4 years, 3 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/audits/AuditsPanel.js ('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/audits/auditsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css b/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css
index d253cadc5d7231547805c535750ff2b304164941..cc0b926df41a6cc42ef1053603bf779f3e760eda 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css
@@ -85,6 +85,10 @@
margin: 0 5px 0 0;
}
+.audit-result-view {
+ overflow: auto;
+}
+
.panel-enabler-view.audit-launcher-view label {
padding: 0 0 5px 0;
margin: 0;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698