Merge branch 'fix-jitter' into 'v3'

Fix jitter at specific screen sizes during scan

See merge request openflexure/openflexure-microscope-server!404
This commit is contained in:
Joe Knapper 2025-10-10 14:14:34 +00:00
commit f23c8cd490
3 changed files with 1 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 893 KiB

View file

@ -84,14 +84,5 @@ You are now ready to start a simulated scan in the Slide Scan tab.
---
### Screen Size
* During a Smart Scan (performed in the **Slide Scan tab**), some screen sizes can cause unwanted jitter as shown in the animation below.
* If this happens, change the size of your window until the UI stabilises.
![Jitter in the OFM Simulator caused by screen size](/docs/images/ofm_sim_jitter.gif "Jitter in the OFM Simulator caused by screen size")
---
If you need further help, reach out to the community on the [OpenFlexure Forum](https://openflexure.discourse.group/).

View file

@ -331,6 +331,7 @@ html {
.control-component {
overflow-y: auto;
overflow-x: hidden;
scrollbar-gutter: stable;
width: 300px;
height: 100%;
padding: 0;