-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
4.0.7
This issue pre-dates MDL-73771, but is made more obvious with the large gap that now exists between the "<" block button, and the very narrow page scrollbar:
Firefox (Ubuntu)
Chrome (Ubuntu)
It's because of this line:
// Firefox.
|
scrollbar-width: thin;
|
For reference, see this from MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width
Accessibility concerns
Use this property with caution — setting scrollbar-width to thin or none can make content hard or impossible to scroll if the author does not provide an alternative scrolling mechanism. While swiping gestures or mouse wheels can enable scrolling on such content, some devices have no scroll alternative.
This is the current issue, it's a cause of great frustration trying to use a mouse to click/drag an extremely narrow page element
- Discovered while testing
-
MDL-73771 Scroll bar in a course can get hidden in large courses.
- Closed
- has a non-specific relationship to
-
MDL-72456 Update Course Index to match the UX team figma designs
- Closed
- will be (partly) resolved by
-
MDL-75762 Retain course page position when pressing back button from activity/resource
- Closed