Fix jitter at specific screen sizes during scan
This commit is contained in:
parent
94541b2d4f
commit
46f3a8d5de
3 changed files with 1 additions and 9 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 893 KiB |
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
If you need further help, reach out to the community on the [OpenFlexure Forum](https://openflexure.discourse.group/).
|
||||
|
|
|
|||
|
|
@ -331,6 +331,7 @@ html {
|
|||
.control-component {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
scrollbar-gutter: stable;
|
||||
width: 300px;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue