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
 
@@ -254,13 +254,12 @@
 
     table {
 
         position: relative;
 
         left: -50%;
 
         top: -40px; /* percent had no effect */
 
         z-index: 2;
 
         border-collapse: collapse;
 
         pointer-events: all;
 
     }
 
     td {
 
         text-align: center;
 
         font-size: 20px;
 
     }
 
     span {
 
@@ -269,12 +268,13 @@
 
         border: 3px yellow dotted;
 
         border-radius: 8px;
 
         padding: 5px;
 

	
 
         cursor: ew-resize;
 
         -webkit-user-select: none;
 
         pointer-events: all;
 
     }
 
     span.empty {
 
         width: 30px; /* todo: supposed to fill the whole visible section*/
 
         height: 13px;
 
         display: inline-block;
 
         background: rgba(0,0,0,0);
0 comments (0 inline, 0 general)