@ -375,7 +375,7 @@
if (!node) {
return
}
node.style.scrollMargin = "86px"
node.style.scrollMargin = "100px"
node.scrollIntoView({
behavior: "smooth",
block: "start",
@ -6,7 +6,7 @@
import { builderStore, componentStore } from "stores"
import { domDebounce } from "utils/domDebounce"
const verticalOffset = 34
const verticalOffset = 36
const horizontalOffset = 2
let top = 0