Skip to content

Fixed pipeline action tooltips being cut off

Phil Hughes requested to merge pipeline-tooltips-overflow into master

What does this MR do?

Fixes an issue with the pipeline actions buttons tooltip being cut off. This was caused by the table having overflow: auto on it for mobile. The fix is to just change the container of the tooltip to be the body rather than itself.

Screenshots (if relevant)

Screen_Shot_2017-03-15_at_09.55.29

What are the relevant issue numbers?

Closes #29314 (closed)

Merge request reports