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

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

Issue 2466633002: [Devtools] Fixed scrollers for new timeline canvas on mac (Closed)
Patch Set: Created 4 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
« 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 6e8e17119e4c2636a45245b4366d35b5684bec93..cc91972136c722738ffeeea95622ce0b24e2c198 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkTimelineColumn.css
@@ -17,5 +17,6 @@
}
.network-timeline-v-scroll-content {
- width: 1px;
-}
+ width: 15px;
+ pointer-events: none;
+}
« 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