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

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

Issue 2438683004: [Devtools] Fixed scrollbar offset in new timeline experiment (Closed)
Patch Set: Merge branch 'NETWORK_TIMELINE_10_ADD_COLOR_NAVIGATION' into NETWORK_TIMELINE_11_FIX_SCROLLBAR 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkTimelineColumn.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/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..4d595ba904df13cb0be868d5ade79f7c421ae27f 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
@@ -4,7 +4,6 @@
*/
.network-timeline-v-scroll {
position: absolute;
- width: 14px;
top: 0;
right: 0;
bottom: 0;
@@ -12,6 +11,6 @@
z-index: 200;
}
-.network-timeline-v-scroll {
- margin-top: 27px;
-}
+.network-timeline-v-scroll-content {
+ width: 1px;
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/network/NetworkTimelineColumn.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698