diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba04a45..f99d1496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dataset import in an organization (, ) - Updated minimist npm package to v1.2.6 () - Request Status Code 500 "StopIteration" when exporting dataset () +- Annotation window might have top offset if try to move a locked object () ### Security - TDB diff --git a/cvat-ui/src/components/annotation-page/styles.scss b/cvat-ui/src/components/annotation-page/styles.scss index ca0f8855..fcdfe480 100644 --- a/cvat-ui/src/components/annotation-page/styles.scss +++ b/cvat-ui/src/components/annotation-page/styles.scss @@ -11,6 +11,7 @@ .cvat-annotation-layout-content { height: 100%; + overflow-y: clip; } .ant-layout-header.cvat-annotation-header {