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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css

Issue 2598873002: DevTools: Make sure network and main flamechart scales are in sync. (Closed)
Patch Set: addressing comment Created 4 years 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/ui_lazy/ChartViewport.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/ui_lazy/flameChart.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css b/third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css
index 0cd1ac14f010ab567b556b06213a291b2389f9ed..4cebc9b7d930cd78aa9bb2ec1aa202b0e677555b 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/flameChart.css
@@ -38,6 +38,10 @@
padding-left: 1px;
}
+.flame-chart-v-scroll.always-show-scrollbar {
+ overflow-y: scroll;
+}
+
:host-context(.platform-mac) .flame-chart-v-scroll {
right: 2px;
top: 3px;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui_lazy/ChartViewport.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698