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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css

Issue 2414853002: [Devtools] Added popover support to network timeline canvas expirement (Closed)
Patch Set: Merge branch 'NETWORK_TIMELINE_6_DRAW_DIVIDERS' into NETWORK_TIMELINE_7_POPOVER Created 4 years, 2 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: third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css b/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
index 698bd353882c5810e49def7ef86061617746eebb..1b52b85b965a52126a31926b4a4a801c2d422189 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
@@ -15,3 +15,7 @@
.network-timeline-v-scroll {
margin-top: 27px;
}
+
+.network-timeline-popover {
lushnikov 2016/10/19 22:02:26 not gonna be needed if you use anchorBox
+ position: absolute;
+}

Powered by Google App Engine
This is Rietveld 408576698