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.
@@ -11045,8 +11045,8 @@ var np = (e) => () => {
11045
11045
  if (r) {
11046
11046
  var t = document.getElementById(r);
11047
11047
  if (t) {
11048
- var a = SH(t);
11049
- We("scrollTo", a), window.scrollTo(a.right, a.top);
11048
+ var a = SH(t), n = Math.max(a.top, 70);
11049
+ We("scrollTo", "right", a.right, "top", n), window.scrollTo(a.right, n);
11050
11050
  }
11051
11051
  }
11052
11052
  }, h_ = (e, r, t) => {