Skip to content

Restore missing scrollbar on boards

Simon Knox requested to merge psi-board-scroll into master

What does this MR do?

Fix bug introduced in !53690 (merged)

When on boards page, sometimes the horizontal scrollbar is hidden below the bottom of the page and not clickable. This happens if the filter bar has enough items that it has a scrollbar, or if there is a flash message displayed.

We re-add overflow-auto to the body. This does mean we have double scrollbars on the right side again, will address this in #322086 (closed).

before after
Screen_Shot_2021-02-19_at_9.45.09_am Screen_Shot_2021-02-19_at_9.44.50_am
Screen_Shot_2021-02-19_at_9.45.41_am Screen_Shot_2021-02-19_at_9.45.54_am

Does this MR meet the acceptance criteria?

Conformity

Edited by Simon Knox

Merge request reports