Commit 0d9362bf authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'dag-annotations-sticky' into 'master'

Make DAG annotations stick

See merge request gitlab-org/gitlab!37068
parents 84eb4944 9e3bc6b6
......@@ -29,9 +29,9 @@ export default {
return [
'gl-display-flex',
'gl-flex-direction-column',
'gl-absolute',
'gl-fixed',
'gl-right-1',
'gl-top-0',
'gl-top-66vh',
'gl-w-max-content',
'gl-px-5',
'gl-py-4',
......
......@@ -109,3 +109,7 @@
.gl-transition-property-stroke {
transition-property: stroke;
}
.gl-top-66vh {
top: 66vh;
}
---
title: Make DAG annotations stick
merge_request: 37068
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment