未验证 提交 6a152d6a 编写于 作者: B Boris Sekachev 提交者: GitHub

Fixed window offset (#123)

* Fixed window offset

* Fixed stylelint issue
上级 1eb1c97e
......@@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dataset import in an organization (<https://github.com/cvat-ai/cvat/pull/18>, <https://github.com/cvat-ai/cvat/pull/35>)
- Updated minimist npm package to v1.2.6 (<https://github.com/cvat-ai/cvat/pull/34>)
- Request Status Code 500 "StopIteration" when exporting dataset (<https://github.com/cvat-ai/cvat/pull/17>)
- Annotation window might have top offset if try to move a locked object (<https://github.com/cvat-ai/cvat/pull/123>)
### Security
- TDB
......
......@@ -11,6 +11,7 @@
.cvat-annotation-layout-content {
height: 100%;
overflow-y: clip;
}
.ant-layout-header.cvat-annotation-header {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册