mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-10 04:13:11 +02:00
Change ResizeObserver from observing document.body (too broad) to only observing the segment element. This reduces unnecessary position update callbacks when unrelated parts of the page resize.