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:
commit
f23c8cd490
3 changed files with 1 additions and 9 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 893 KiB |
|
|
@ -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.
|
|
||||||
|
|
||||||

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