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

Unified Diff: Source/devtools/front_end/flameChart.css

Issue 214633002: FlameChart: vertical scroll implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/devtools/front_end/flameChart.css
diff --git a/Source/devtools/front_end/flameChart.css b/Source/devtools/front_end/flameChart.css
index 81bfd3d56294d9b0f8091fe9efcfef9c05e203ba..b6c90572ac67e55dc35d9a3c4d246177c6a45013 100644
--- a/Source/devtools/front_end/flameChart.css
+++ b/Source/devtools/front_end/flameChart.css
@@ -61,3 +61,9 @@
border-style: solid;
background-color: rgba(56, 121, 217, 0.2);
}
+
+.flame-chart-v-scroll {
+ flex: 0 0 15px;
+ overflow-x: hidden;
+ overflow-y: scroll;
+}
« Source/devtools/front_end/FlameChart.js ('K') | « Source/devtools/front_end/FlameChart.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698