diff --git a/docs/images/ofm_sim_jitter.gif b/docs/images/ofm_sim_jitter.gif deleted file mode 100644 index f4db9531..00000000 Binary files a/docs/images/ofm_sim_jitter.gif and /dev/null differ diff --git a/simulation_guide.md b/simulation_guide.md index 3b091b5c..aff7f2d6 100644 --- a/simulation_guide.md +++ b/simulation_guide.md @@ -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/). diff --git a/webapp/src/App.vue b/webapp/src/App.vue index 8221ebba..169f2889 100644 --- a/webapp/src/App.vue +++ b/webapp/src/App.vue @@ -331,6 +331,7 @@ html { .control-component { overflow-y: auto; overflow-x: hidden; + scrollbar-gutter: stable; width: 300px; height: 100%; padding: 0;