changeset 1353:0de7fd3fed1f

don't eat mousewheel events in the area around adjusters Ignore-this: 5a11e270433b1c13779ba161b496401e
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 05 Jun 2016 03:53:27 +0000
parents d9a866bfb9d5
children 59eab70254fa
files light9/web/timeline-elements.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/timeline-elements.html	Sun Jun 05 03:40:57 2016 +0000
+++ b/light9/web/timeline-elements.html	Sun Jun 05 03:53:27 2016 +0000
@@ -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*/