bhl-forms 0.11.6 → 0.11.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7873,8 +7873,8 @@ const Cs = (e) => () => {
7873
7873
  if (t) {
7874
7874
  const r = document.getElementById(t);
7875
7875
  if (r) {
7876
- const n = ig(r);
7877
- Me("scrollTo", n), window.scrollTo(n.right, n.top);
7876
+ const n = ig(r), i = Math.max(n.top, 70);
7877
+ Me("scrollTo", "right", n.right, "top", i), window.scrollTo(n.right, i);
7878
7878
  }
7879
7879
  }
7880
7880
  }, ec = (e, t, r) => {