Commit 32f7cd15 authored by Sarah Groff Hennigh-Palermo's avatar Sarah Groff Hennigh-Palermo

Merge branch 'jivanvl-fix-tooltip-position-mini-pipeline-chart' into 'master'

Fix tooltip position in mini pipeline chart

See merge request gitlab-org/gitlab!57425
parents ef36c4a0 b51c37a3
...@@ -161,7 +161,11 @@ export default { ...@@ -161,7 +161,11 @@ export default {
> >
<gl-link <gl-link
v-if="hasDetails" v-if="hasDetails"
v-gl-tooltip="{ boundary, placement: 'bottom', customClass: 'gl-pointer-events-none' }" v-gl-tooltip="{
boundary: 'viewport',
placement: 'bottom',
customClass: 'gl-pointer-events-none',
}"
:href="detailsPath" :href="detailsPath"
:title="tooltipText" :title="tooltipText"
:class="jobClasses" :class="jobClasses"
......
...@@ -150,7 +150,11 @@ export default { ...@@ -150,7 +150,11 @@ export default {
> >
<gl-link <gl-link
v-if="hasDetails" v-if="hasDetails"
v-gl-tooltip="{ boundary, placement: 'bottom', customClass: 'gl-pointer-events-none' }" v-gl-tooltip="{
boundary: 'viewport',
placement: 'bottom',
customClass: 'gl-pointer-events-none',
}"
:href="detailsPath" :href="detailsPath"
:title="tooltipText" :title="tooltipText"
:class="jobClasses" :class="jobClasses"
......
---
title: Fix tooltip position in mini pipeline chart
merge_request: 57425
author:
type: fixed
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