add nodes, fft acf 1d

This commit is contained in:
2026-03-28 18:10:50 -07:00
parent 3b838deb4d
commit ce74cf0a3e
12 changed files with 283 additions and 9 deletions

View File

@@ -1164,6 +1164,15 @@ html, body, #root {
z-index: 2;
}
.is-panning .cs-overlay,
.is-panning .angle-overlay,
.is-panning .lineplot-overlay,
.is-panning .crop-overlay,
.is-panning .mask-paint-overlay,
.is-panning .markup-overlay {
pointer-events: none;
}
.markup-overlay {
position: relative;
overflow: hidden;