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

View file

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