# HG changeset patch # User Drew Perttula # Date 2016-06-05 03:53:27 # Node ID 0de7fd3fed1fee31d4e0c35aedb5233cd4156534 # Parent d9a866bfb9d53f8d6131f9d052f32a322534e162 don't eat mousewheel events in the area around adjusters Ignore-this: 5a11e270433b1c13779ba161b496401e diff --git a/light9/web/timeline-elements.html b/light9/web/timeline-elements.html --- a/light9/web/timeline-elements.html +++ b/light9/web/timeline-elements.html @@ -257,7 +257,6 @@ top: -40px; /* percent had no effect */ z-index: 2; border-collapse: collapse; - pointer-events: all; } td { text-align: center; @@ -272,6 +271,7 @@ cursor: ew-resize; -webkit-user-select: none; + pointer-events: all; } span.empty { width: 30px; /* todo: supposed to fill the whole visible section*/