Skip to content

Set webkit-overflow-scrolling to auto for children of body.

username-removed-408230 requested to merge ios-tooltips into master

What does this MR do?

Fixes weird tooltip layering behavior in iOS Safari. See screenshots and/or the original issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/22816

Why was this MR needed?

Tooltips were cutoff in Safari.

Screenshots (if relevant)

Before: Screen_Shot_2016-10-18_at_7.13.11_PM

After: Screen_Shot_2016-10-18_at_7.13.40_PM

Also, as part of this fix, I removed applications of -webkit-overflow-scrolling: auto in two other places where they're no longer needed. One was the file-holder. I made sure I could reproduce the behavior this was intended to fix, and then made sure this MR still fixed it.

Here's the errant behavior:

2016-10-18_19.00.22

Here's what it looks like with this MR:

2016-10-18_19.00.49

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports