瀏覽代碼

fix pointers event on curve editor overlay

lviguier 1 年之前
父節點
當前提交
6ed4e3ba62
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      bin/style.css
  2. 3 0
      bin/style.less

+ 3 - 0
bin/style.css

@@ -1153,6 +1153,9 @@ input[type=checkbox]:checked:after {
   line-height: 20px;
   user-select: none;
 }
+.hide-curve-editor .overlaygroup {
+  pointer-events: none;
+}
 .hide-curve-editor text {
   font: 10px sans-serif;
   fill: #8d8d8d;

+ 3 - 0
bin/style.less

@@ -1245,7 +1245,10 @@ input[type=checkbox] {
 			line-height: @timelineHeight;
 			user-select: none;
 		}
+	}
 
+	.overlaygroup {
+		pointer-events: none;
 	}
 
 	text {