You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Courses page, the left menu bar and the main page have scrollbars. Depending on where you scroll, some content is invisible. To reproduce:
Load the page
Place your mouse over the left sidebar (with the heading Term), and scroll down. You'll see "Divisions" submenu appear.
Scroll back to the top so Divisions is not visible (may need to zoom in).
Move the mouse over the main page content, and scroll down. You'll see "Divisions" has disappeared.
This effect is repeatable on the page.
Possible solutions:
Collapse the Term menu into a dropdown.
Move Term below Divisions
Fix the scrolling problem altogether.
Remove the dual-scroll, so the body scrollbar handles all content, including the menu.
Abandon the "Divisions" menu entirely (there is no purpose to the use of Divisions in the UI; it's a back-end mechanisms for assigning permissions), and replace it with a dropdown for "Programs" (what users actually look at).
The text was updated successfully, but these errors were encountered:
On the Courses page, the left menu bar and the main page have scrollbars. Depending on where you scroll, some content is invisible. To reproduce:
This effect is repeatable on the page.
Possible solutions:
The text was updated successfully, but these errors were encountered: