commit 4b198e90bf0600dabd7a05155fc68e44864f48f8 Author: Vova Kulikov Date: Tue Dec 2 14:20:37 2025 +0100 Fix embedded batch change spec page scroll (#8103) Thanks to @fkling, who discovered this issue during his work on the batch changes org area, the batch spec page uses full-screen mode. This mode disables the scroll on the page container, resulting in batch changes being non-scrollable and with a content overflow problem. In a React app, everything was working properly since React app enforces a root scrollable container for all pages, while in Svelte, each page should be responsible for its own scroll logic.