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

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

Issue 1193593002: DevTools: Align flamechart ruler with overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/devtools/front_end/ui_lazy/FlameChart.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui_lazy/flameChart.css
diff --git a/Source/devtools/front_end/ui_lazy/flameChart.css b/Source/devtools/front_end/ui_lazy/flameChart.css
index e74195010208d4bc81c6d3ba736fad66e382c062..69e589424682cc19e10a9465f30bf54e0983d27c 100644
--- a/Source/devtools/front_end/ui_lazy/flameChart.css
+++ b/Source/devtools/front_end/ui_lazy/flameChart.css
@@ -29,17 +29,13 @@
}
.flame-chart-v-scroll {
- flex: 0 0 14px;
- overflow-x: hidden;
- z-index: 200;
-}
-
-.platform-mac .flame-chart-v-scroll {
position: absolute;
width: 14px;
top: 0;
right: 0;
bottom: 0;
+ overflow-x: hidden;
+ z-index: 200;
}
.flame-chart-selection-overlay {
« no previous file with comments | « Source/devtools/front_end/ui_lazy/FlameChart.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698