diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-06-15 10:01:02 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-06-15 10:01:02 -0500 |
commit | 02ebce15fa5de7e18d7a2260c5af07cd7b7c7d82 (patch) | |
tree | a080754a93574eaeb5885dbee5c7fa6a75972fce | |
parent | 8c70609c44adbec39df0b4d3e678e2fd385c8399 (diff) | |
download | gitlab-ce-remove-pointer-events.tar.gz |
Fix action component tooltipremove-pointer-events
-rw-r--r-- | app/assets/javascripts/pipelines/components/graph/action_component.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/pipelines/components/graph/action_component.vue b/app/assets/javascripts/pipelines/components/graph/action_component.vue index db0505a55fe..1f152ed438d 100644 --- a/app/assets/javascripts/pipelines/components/graph/action_component.vue +++ b/app/assets/javascripts/pipelines/components/graph/action_component.vue @@ -91,6 +91,7 @@ export default { class="js-ci-action btn btn-blank btn-transparent ci-action-icon-container ci-action-icon-wrapper" data-container="body" + data-boundary="viewport" @click="onClickAction" > <icon :name="actionIcon"/> |