https://bugs.webkit.org/show_bug.cgi?id=144302
Patch by Joseph Pecoraro <pecoraro@apple.com> on 2015-04-27
Reviewed by Timothy Hatcher.
* UserInterface/Views/TimelineOverview.css:
(.timeline-overview > .scroll-container):
Increase the z-index of the scroll container over anything in the
overview so that it can be interacted with.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@183455
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-04-27 Joseph Pecoraro <pecoraro@apple.com>
+
+ Web Inspector: Cannot scroll Timeline Overview horizontally, scrollbar cannot be interacted with
+ https://bugs.webkit.org/show_bug.cgi?id=144302
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/TimelineOverview.css:
+ (.timeline-overview > .scroll-container):
+ Increase the z-index of the scroll container over anything in the
+ overview so that it can be interacted with.
+
2015-04-27 Timothy Hatcher <timothy@apple.com>
Web Inspector: Attempt to workaround exception in TimelineRuler
overflow-x: auto;
overflow-y: hidden;
opacity: 0;
+
+ /* Allows the horizontal scroll bar to be interacted with. */
+ z-index: 1000;
}
.timeline-overview:hover > .scroll-container {