Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/pipelines/components/dag/dag_annotations.vue')
-rw-r--r--app/assets/javascripts/pipelines/components/dag/dag_annotations.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/pipelines/components/dag/dag_annotations.vue b/app/assets/javascripts/pipelines/components/dag/dag_annotations.vue
index dacaec6d36a..a1500166cdc 100644
--- a/app/assets/javascripts/pipelines/components/dag/dag_annotations.vue
+++ b/app/assets/javascripts/pipelines/components/dag/dag_annotations.vue
@@ -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',