Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change modal position to a fixed vertical distance from the top of th…
…e window (#4700) ### What This avoids the modal moving vertically when content size changes. **NOTE**: this PR would trigger the bug fixed in emilk/egui#3721, so it needs an egui release before being released. This is avoided by salting the modals' ID such as to in invalidate existing caches. https://github.com/rerun-io/rerun/assets/49431240/d2d472b5-7af2-4e95-9da1-a671fc80629f ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/4700/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/4700/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/4700/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/4700) - [Docs preview](https://rerun.io/preview/e159b005a7a1d5f44e608013f00c1d479b7c341c/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/e159b005a7a1d5f44e608013f00c1d479b7c341c/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
- Loading branch information