colin-scott / interactive_latencies

Jeff Dean's latency numbers plotted over time
MIT License
2.06k stars 455 forks source link

Localize slider effect to a single row #16

Closed jdlambert closed 3 years ago

jdlambert commented 4 years ago

In the live app, the slider effect is present on all the content. Absentminded clicking will snap the slider to the value directly above the click. Also, text selection doesn't work.

This PR cuts off the slider div before the latency figures begin. Since there's an unclosed div at the end of the body, I assume that this was the original intent.