Changeset - 0de7fd3fed1f
[Not reviewed]
default
0 1 0
Drew Perttula - 9 years ago 2016-06-05 03:53:27
drewp@bigasterisk.com
don't eat mousewheel events in the area around adjusters
Ignore-this: 5a11e270433b1c13779ba161b496401e
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/web/timeline-elements.html
Show inline comments
 
@@ -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*/
0 comments (0 inline, 0 general)