Skip to content

Resolve "Protected branch dropdowns cut-off in Repository Settings page"

What does this MR do?

Fixes repository settings panel dropdown cutoff issue.

To fix this, we overflow: visible each expanded section element in order to allow the dropdowns to overflow the section. Note this can only be done on animationend or the sections content will be visible during transition.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)Screen_Shot_2017-06-17_at_13.48.052017-06-17_13.44.49

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #33693 (closed)

Edited by Luke "Jared" Bennett

Merge request reports