Fix jitter at specific screen sizes during scan

This commit is contained in:
Julian Stirling 2025-10-09 17:00:45 +01:00
parent 94541b2d4f
commit 46f3a8d5de
3 changed files with 1 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 893 KiB

View file

@ -60,13 +60,4 @@ For a step-by-step demonstration, watch the [full video walkthrough on running t
---
### 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;