Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Web Inspector: Can't click on the lower half of "S" icon in JavaScrip…
…t Allocations timeline https://bugs.webkit.org/show_bug.cgi?id=160743 <rdar://problem/27790098> Reviewed by Timothy Hatcher. "S" icons are covered by .scroll-container, which has `z-index: calc(var(--z-index-resizer) + 1)`. Set larger z-index on the "S" icons. * UserInterface/Views/HeapAllocationsTimelineOverviewGraph.css: (.timeline-overview-graph.heap-allocations > img.snapshot): Canonical link: https://commits.webkit.org/178853@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@204339 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information