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

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

Issue 2378933002: 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 c9a78ba231f677985224352de35949dbb626966f..75b9adf61b4085a037c0f8e4345ecb301d917dac 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/audits/auditsPanel.css
@@ -77,6 +77,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