Closed GiteaBot closed 1 week ago
Backport #32457 by @silverwind
In a hidden iframe, document.body.clientHeight is not reliable. Use IntersectionObserver to detect the visibility change and update the height there.
document.body.clientHeight
IntersectionObserver
Fixes: https://github.com/go-gitea/gitea/issues/32392
Backport #32457 by @silverwind
In a hidden iframe,
document.body.clientHeight
is not reliable. UseIntersectionObserver
to detect the visibility change and update the height there.Fixes: https://github.com/go-gitea/gitea/issues/32392