We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feb2ef commit 1e26c1dCopy full SHA for 1e26c1d
apps/frontend/src/pages/tasks.[id].samples.[id]/index.tsx
@@ -307,7 +307,8 @@ const AnnotationPage = () => {
307
toolbarRight={topActionContent}
308
ref={imageAnnotationRef}
309
onError={onError}
310
- offsetTop={configFromParent ? 100 : 156}
+ // windows platform pixel issue
311
+ offsetTop={configFromParent ? 100 : 158}
312
editingSample={editingSample}
313
config={config}
314
disabled={disabled}
0 commit comments