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

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

Issue 61923003: Timeline: show impl-side frames on the Timeline overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/inspectorCommon.css
diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
index a554b48ac199746af191edee5521853077ddcbdb..aa24cf664604edbd0ff7973a385f683c4f83c17b 100644
--- a/Source/devtools/front_end/inspectorCommon.css
+++ b/Source/devtools/front_end/inspectorCommon.css
@@ -180,7 +180,7 @@ iframe.view {
opacity: 0.2;
border-right: 1px solid black;
border-left: 1px solid black;
- z-index: 150;
+ z-index: 250;
pointer-events: none;
}

Powered by Google App Engine
This is Rietveld 408576698