summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-15 18:36:26 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-15 18:36:26 +0000
commitc3aa36d035da3cf5e245eac12aa6c3ffcb27cf98 (patch)
treeeb10de8d8f704992fe5956ff4c60807881fd0f68 /app/assets/javascripts/pipelines/components
parentf2400ed1f3d9440bd58102774ae93cfa63ce74e0 (diff)
downloadgitlab-ce-c3aa36d035da3cf5e245eac12aa6c3ffcb27cf98.tar.gz
Remove pointer events in favor of boundary viewport
Diffstat (limited to 'app/assets/javascripts/pipelines/components')
-rw-r--r--app/assets/javascripts/pipelines/components/graph/action_component.vue1
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"/>