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

Unified Diff: tracing/tracing/ui/timeline_view.html

Issue 2013843002: Fix analysis-view z-index (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Nat's fix Created 4 years, 7 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 | « tracing/tracing/ui/side_panel/side_panel_container.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/timeline_view.html
diff --git a/tracing/tracing/ui/timeline_view.html b/tracing/tracing/ui/timeline_view.html
index f0dc0017521a92832e923e3e28658ae9b5e4844f..f3021489f71815e20ac8f02410efd1d6afecbd62 100644
--- a/tracing/tracing/ui/timeline_view.html
+++ b/tracing/tracing/ui/timeline_view.html
@@ -89,6 +89,7 @@ found in the LICENSE file.
display: flex;
min-height: 0;
min-width: 0;
+ overflow-x: hidden;
}
middle-container ::content track-view-container > * { flex: 1 1 auto; }
« no previous file with comments | « tracing/tracing/ui/side_panel/side_panel_container.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698