Skip to content

prevent dropdowns from being cut-off by scrollable tab container

Simon Knox requested to merge 32326-scrollable-tabs-overflow into master

What does this MR do?

#10775 set overflow: hidden on .scrollable-tabs-container (and a duplicate unneeded one). This limits it just to the the MR tabs

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

Is it better to fix markup/layout of the other scrollable tabs that this affects? Or fix them case-by-case (some might be better with collapsed/full width buttons etc)

Screenshots (if relevant)

Project dropdown works again, tab/button layout same as before the issue:

Screen_Shot_2017-05-16_at_2.10.27_pm_copy

Resolve Discussions/tabs on MR still do what they should

Screen_Shot_2017-05-16_at_2.29.18_pm_copy

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #32326 (closed)

Merge request reports